public class WizardPage extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
BACK |
static int |
CANCEL |
protected Form |
form |
protected Class<? extends Form> |
formType |
protected String |
id |
protected int |
index |
static int |
INITIAL |
static int |
LAST |
static int |
MIDDLE |
static int |
NEXT |
static String |
NEXT_PAGE |
protected String |
nextPageId |
static int |
OK |
protected WizardPage |
prev |
protected int |
style |
Constructor and Description |
---|
WizardPage(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) |
Modifier and Type | Method and Description |
---|---|
Form |
getForm() |
Class<? extends Form> |
getFormType() |
String |
getId() |
int |
getIndex() |
<T extends Form> |
getNextPage(Wizard wizard,
T form) |
boolean |
isBackEnabled() |
boolean |
isCancelEnabled() |
boolean |
isNextEnabled() |
boolean |
isOkEnabled() |
void |
setForm(Form form) |
void |
setIndex(int index) |
public static final String NEXT_PAGE
public static final int NEXT
public static final int BACK
public static final int CANCEL
public static final int OK
public static final int INITIAL
public static final int MIDDLE
public static final int LAST
protected int index
protected final String nextPageId
protected final int style
protected WizardPage prev
public WizardPage(String id, Class<? extends Form> formType)
public WizardPage(String id, Class<? extends Form> formType, int style)
public WizardPage(String id, Class<? extends Form> formType, String nextPageId)
public WizardPage(String id, Class<? extends Form> formType, String nextPageId, int style)
public Class<? extends Form> getFormType()
public boolean isNextEnabled()
public boolean isBackEnabled()
public boolean isOkEnabled()
public boolean isCancelEnabled()
public void setIndex(int index)
public int getIndex()
public <T extends Form> String getNextPage(Wizard wizard, T form)
Copyright © 2018 Nuxeo. All rights reserved.