| Package | Description |
|---|---|
| org.apache.syncope.client.ui.commons.wizards |
| Modifier and Type | Field and Description |
|---|---|
protected AjaxWizard.Mode |
AjaxWizardBuilder.mode |
| Modifier and Type | Method and Description |
|---|---|
static AjaxWizard.Mode |
AjaxWizard.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AjaxWizard.Mode[] |
AjaxWizard.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AjaxWizard<T> |
AjaxWizardBuilder.build(AjaxWizard.Mode mode)
Build the wizard with a default wizard id.
|
AjaxWizard<T> |
AjaxWizardBuilder.build(String id,
AjaxWizard.Mode mode)
Build the wizard.
|
AjaxWizard<T> |
AjaxWizardBuilder.build(String id,
int index,
AjaxWizard.Mode mode) |
WizardModalPanel<T> |
ModalPanelBuilder.build(String id,
int index,
AjaxWizard.Mode mode)
Build the wizard.
|
| Constructor and Description |
|---|
AjaxWizard(String id,
T item,
org.apache.wicket.extensions.wizard.WizardModel model,
AjaxWizard.Mode mode,
org.apache.wicket.PageReference pageRef)
Construct.
|
AjaxWizardMgtButtonBar(String id,
AjaxWizard<T> wizard,
AjaxWizard.Mode mode) |
Copyright © 2020–2023. All rights reserved.