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 String id
protected final int style
protected Form form
protected WizardPage prev
public String getId()
public boolean isNextEnabled()
public boolean isBackEnabled()
public boolean isOkEnabled()
public boolean isCancelEnabled()
public void setForm(Form form)
public Form getForm()
public void setIndex(int index)
public int getIndex()
Copyright © 2019 Nuxeo SA. All rights reserved.