public class Step1 extends Step
active, disabled, id, label, model, panels, templatecontrolMap, controlsactionListener, attributes, behaviors, headElements, listener, listenerMethod, messages, name, parent, stylesCONTROL_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, setWizardPagehasTemplate, render, renderContaineraddControl, addModel, createTemplateModel, getId, getLabel, getModel, getPanels, getTemplate, insert, isActive, isDisabled, onInit, onProcess, onRender, remove, removeControl, replace, setActive, setDisabled, setId, setLabel, setTemplateadd, contains, getControl, getControlMap, getControls, getControlSizeEst, hasControls, onDestroy, renderChildren, renderContent, renderTagEnd, toStringaddBehavior, 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, setStyleclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBehaviors, getContext, getHeadElements, getMessages, getName, getParent, hasBehaviors, isAjaxTarget, onDeploy, setListener, setName, setParentpublic 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()