public class Step1 extends Step
active, disabled, id, label, model, panels, template
controlMap, controls
actionListener, attributes, behaviors, headElements, listener, listenerMethod, messages, name, parent, styles
CONTROL_MESSAGES
Constructor and Description |
---|
Step1(String name,
String label,
String description,
WizardPage page)
Construct Step1 with the specified name, label, description and page.
|
Modifier and Type | Method and Description |
---|---|
ClientService |
getClientService() |
boolean |
onNext()
The onNext action of Step1 sets the Page to stateful, checks if the form
is valid, moves to the next step in the process and passes the client to
the next step.
|
getCancelButton, getDescription, getFinishButton, getForm, getNextButton, getPreviousButton, getWizardPage, init, onCancel, onFinish, onPrevious, setDescription, setWizardPage
hasTemplate, render, renderContainer
addControl, addModel, createTemplateModel, getId, getLabel, getModel, getPanels, getTemplate, insert, isActive, isDisabled, onInit, onProcess, onRender, remove, removeControl, replace, setActive, setDisabled, setId, setLabel, setTemplate
add, contains, getControl, getControlMap, getControls, getControlSizeEst, hasControls, onDestroy, renderChildren, renderContent, renderTagEnd, toString
addBehavior, addStyleClass, appendAttributes, dispatchActionEvent, getActionListener, getAttribute, getAttributes, getBehaviors, getContext, getHeadElements, getHtmlImports, getMessage, getMessage, getMessages, getName, getPage, getParent, getStyle, getStyles, getTag, hasAttribute, hasAttributes, hasBehaviors, hasStyles, isAjaxTarget, onDeploy, removeBehavior, removeStyleClass, renderTagBegin, setActionListener, setAttribute, setListener, setName, setParent, setStyle
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getBehaviors, getContext, getHeadElements, getMessages, getName, getParent, hasBehaviors, isAjaxTarget, onDeploy, setListener, setName, setParent
public Step1(String name, String label, String description, WizardPage page)
name
- the step namelabel
- the step labeldescription
- the step descriptionpage
- the wizard pagepublic boolean onNext()
public ClientService getClientService()