Class WizardPage
java.lang.Object
org.nuxeo.ecm.webengine.ui.wizard.WizardPage
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
WebPage
- Author:
- Bogdan Stefanescu
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
protected Form
protected final String
protected int
static final int
static final int
static final int
static final int
static final String
protected final String
static final int
protected WizardPage
protected final int
-
Constructor Summary
ConstructorDescriptionWizardPage
(String id, Class<? extends Form> formType) WizardPage
(String id, Class<? extends Form> formType, int style) WizardPage
(String id, Class<? extends Form> formType, String nextPageId) WizardPage
(String id, Class<? extends Form> formType, String nextPageId, int style) -
Method Summary
-
Field Details
-
NEXT_PAGE
- See Also:
-
NEXT
public static final int NEXT- See Also:
-
BACK
public static final int BACK- See Also:
-
CANCEL
public static final int CANCEL- See Also:
-
OK
public static final int OK- See Also:
-
INITIAL
public static final int INITIAL- See Also:
-
MIDDLE
public static final int MIDDLE- See Also:
-
LAST
public static final int LAST- See Also:
-
index
protected int index -
nextPageId
-
formType
-
id
-
style
protected final int style -
form
-
prev
-
-
Constructor Details
-
WizardPage
-
WizardPage
-
WizardPage
-
WizardPage
-
-
Method Details
-
getFormType
-
getId
-
isNextEnabled
public boolean isNextEnabled() -
isBackEnabled
public boolean isBackEnabled() -
isOkEnabled
public boolean isOkEnabled() -
isCancelEnabled
public boolean isCancelEnabled() -
setForm
-
getForm
-
setIndex
public void setIndex(int index) -
getIndex
public int getIndex() -
getNextPage
-