public class WizardPage extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
BACK |
static int |
CANCEL |
static int |
INITIAL |
static int |
LAST |
static int |
MIDDLE |
static int |
NEXT |
static String |
NEXT_PAGE |
static int |
OK |
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
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 © 2011 Nuxeo SA. All Rights Reserved.