Uses of Class
org.apache.syncope.client.ui.commons.wizards.AjaxWizard
-
Packages that use AjaxWizard Package Description org.apache.syncope.client.console.wizards.any org.apache.syncope.client.console.wizards.resources org.apache.syncope.client.ui.commons.wizards -
-
Uses of AjaxWizard in org.apache.syncope.client.console.wizards.any
Methods in org.apache.syncope.client.console.wizards.any that return AjaxWizard Modifier and Type Method Description AjaxWizard<AnyWrapper<AnyObjectTO>>
AnyObjectTemplateWizardBuilder. build(String id)
AjaxWizard<AnyWrapper<GroupTO>>
GroupTemplateWizardBuilder. build(String id)
AjaxWizard<LinkedAccountTO>
LinkedAccountWizardBuilder. build(String id, AjaxWizard.Mode mode)
AjaxWizard<AnyWrapper<T>>
TemplateWizardBuilder. build(String id)
AjaxWizard<AnyWrapper<UserTO>>
UserTemplateWizardBuilder. build(String id)
-
Uses of AjaxWizard in org.apache.syncope.client.console.wizards.resources
Methods in org.apache.syncope.client.console.wizards.resources that return AjaxWizard Modifier and Type Method Description AjaxWizard<Serializable>
ResourceWizardBuilder. build(String id, AjaxWizard.Mode mode)
-
Uses of AjaxWizard in org.apache.syncope.client.ui.commons.wizards
Methods in org.apache.syncope.client.ui.commons.wizards that return AjaxWizard Modifier and Type Method Description AjaxWizard<T>
AjaxWizard. addOuterObject(List<Component> childs)
Add object outside the main container.AjaxWizard<T>
AjaxWizardBuilder. build(String id, int index, AjaxWizard.Mode mode)
AjaxWizard<T>
AjaxWizardBuilder. build(String id, AjaxWizard.Mode mode)
Build the wizard.AjaxWizard<T>
AjaxWizardBuilder. build(AjaxWizard.Mode mode)
Build the wizard with a default wizard id.AjaxWizard<T>
AjaxWizard. setEventSink(IEventSink eventSink)
AjaxWizard<T>
AjaxWizard. setItem(T item)
Replaces the default value provided with the constructor.Constructors in org.apache.syncope.client.ui.commons.wizards with parameters of type AjaxWizard Constructor Description AjaxWizardMgtButtonBar(String id, AjaxWizard<T> wizard, AjaxWizard.Mode mode)
-