| Package | Description |
|---|---|
| org.apache.syncope.client.ui.commons.wizards |
| Modifier and Type | Method and Description |
|---|---|
AjaxWizard<T> |
AjaxWizard.addOuterObject(List<org.apache.wicket.Component> childs)
Add object outside the main container.
|
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) |
AjaxWizard<T> |
AjaxWizard.setEventSink(org.apache.wicket.event.IEventSink eventSink) |
AjaxWizard<T> |
AjaxWizard.setItem(T item)
Replaces the default value provided with the constructor.
|
| Constructor and Description |
|---|
AjaxWizardMgtButtonBar(String id,
AjaxWizard<T> wizard,
AjaxWizard.Mode mode) |
Copyright © 2020–2023. All rights reserved.