public interface WizardDef
extends net.anotheria.asg.data.DataObject, net.anotheria.util.sorter.IComparable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LINK_PROP_ACCESS_OPERATION
Constant property name for "accessOperation" for internal storage and queries.
|
static java.lang.String |
LINK_PROP_HANDLER
Constant property name for "handler" for internal storage and queries.
|
static java.lang.String |
PROP_ID
Constant property name for "id" for internal storage and queries.
|
static java.lang.String |
PROP_NAME
Constant property name for "name" for internal storage and queries.
|
static java.lang.String |
PROP_WIZARD_CANCEL_REDIRECT_URL
Constant property name for "wizardCancelRedirectUrl" for internal storage and queries.
|
static java.lang.String |
PROP_WIZARD_FINISH_REDIRECT_URL
Constant property name for "wizardFinishRedirectUrl" for internal storage and queries.
|
static java.lang.String |
PROP_WIZARD_STEPS
Constant property name for "wizardSteps" for internal storage and queries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addWizardStepsElement(java.lang.String page)
Adds a new element to the list.
|
java.lang.String |
getAccessOperation()
Returns the value of the accessOperation attribute.
|
java.lang.String |
getHandler()
Returns the value of the handler attribute.
|
java.lang.String |
getName()
Returns the value of the name attribute.
|
java.lang.String |
getWizardCancelRedirectUrl()
Returns the value of the wizardCancelRedirectUrl attribute.
|
java.lang.String |
getWizardFinishRedirectUrl()
Returns the value of the wizardFinishRedirectUrl attribute.
|
java.util.List<java.lang.String> |
getWizardSteps()
Returns the value of the wizardSteps attribute.
|
java.lang.String |
getWizardStepsElement(int index)
Returns the element at the position index in the list.
|
int |
getWizardStepsSize()
Returns the number of elements in the "wizardSteps" container
|
void |
removeWizardStepsElement(int index)
Removes the element at position index from the list.
|
void |
setAccessOperation(java.lang.String value)
Sets the value of the accessOperation attribute.
|
void |
setHandler(java.lang.String value)
Sets the value of the handler attribute.
|
void |
setName(java.lang.String value)
Sets the value of the name attribute.
|
void |
setWizardCancelRedirectUrl(java.lang.String value)
Sets the value of the wizardCancelRedirectUrl attribute.
|
void |
setWizardFinishRedirectUrl(java.lang.String value)
Sets the value of the wizardFinishRedirectUrl attribute.
|
void |
setWizardSteps(java.util.List<java.lang.String> value)
Sets the value of the wizardSteps attribute.
|
void |
swapWizardStepsElement(int index1,
int index2)
Swaps elements at positions index1 and index2 in the list.
|
static final java.lang.String PROP_ID
static final java.lang.String PROP_NAME
static final java.lang.String PROP_WIZARD_STEPS
static final java.lang.String PROP_WIZARD_CANCEL_REDIRECT_URL
static final java.lang.String PROP_WIZARD_FINISH_REDIRECT_URL
static final java.lang.String LINK_PROP_HANDLER
static final java.lang.String LINK_PROP_ACCESS_OPERATION
java.lang.String getName()
void setName(java.lang.String value)
java.util.List<java.lang.String> getWizardSteps()
void setWizardSteps(java.util.List<java.lang.String> value)
java.lang.String getWizardCancelRedirectUrl()
void setWizardCancelRedirectUrl(java.lang.String value)
java.lang.String getWizardFinishRedirectUrl()
void setWizardFinishRedirectUrl(java.lang.String value)
java.lang.String getHandler()
void setHandler(java.lang.String value)
java.lang.String getAccessOperation()
void setAccessOperation(java.lang.String value)
int getWizardStepsSize()
void addWizardStepsElement(java.lang.String page)
void removeWizardStepsElement(int index)
void swapWizardStepsElement(int index1,
int index2)
java.lang.String getWizardStepsElement(int index)
Copyright © 2012-2023 anotheria.net. All Rights Reserved.