Uses of Class
org.apache.syncope.client.ui.commons.wizards.AjaxWizard
Packages that use AjaxWizard
Package
Description
-
Uses of AjaxWizard in org.apache.syncope.client.console.wizards.any
Methods in org.apache.syncope.client.console.wizards.any that return AjaxWizardModifier and TypeMethodDescriptionLinkedAccountWizardBuilder.build
(String id, AjaxWizard.Mode mode) -
Uses of AjaxWizard in org.apache.syncope.client.console.wizards.resources
Methods in org.apache.syncope.client.console.wizards.resources that return AjaxWizard -
Uses of AjaxWizard in org.apache.syncope.client.ui.commons.wizards
Methods in org.apache.syncope.client.ui.commons.wizards that return AjaxWizardModifier 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.Constructors in org.apache.syncope.client.ui.commons.wizards with parameters of type AjaxWizardModifierConstructorDescriptionAjaxWizardMgtButtonBar
(String id, AjaxWizard<T> wizard, AjaxWizard.Mode mode)