Uses of Class
org.apache.syncope.client.ui.commons.wizards.AjaxWizard
Package
Description
-
Uses of AjaxWizard in org.apache.syncope.client.console.wizards.any
Modifier and TypeMethodDescriptionLinkedAccountWizardBuilder.build
(String id, AjaxWizard.Mode mode) -
Uses of AjaxWizard in org.apache.syncope.client.console.wizards.resources
-
Uses of AjaxWizard in org.apache.syncope.client.ui.commons.wizards
Modifier and TypeMethodDescriptionfinal AjaxWizard
<T> AjaxWizard.addOuterObject
(List<Component> childs) Add object outside the main container.AjaxWizardBuilder.build
(String id, int index, AjaxWizard.Mode mode) AjaxWizardBuilder.build
(String id, AjaxWizard.Mode mode) Build the wizard.AjaxWizardBuilder.build
(AjaxWizard.Mode mode) Build the wizard with a default wizard id.AjaxWizard.setEventSink
(IEventSink eventSink) Replaces the default value provided with the constructor.ModifierConstructorDescriptionAjaxWizardMgtButtonBar
(String id, AjaxWizard<T> wizard, AjaxWizard.Mode mode)