Uses of Class
org.apache.syncope.client.ui.commons.wizards.AjaxWizard.Mode
-
-
Uses of AjaxWizard.Mode in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console with parameters of type AjaxWizard.Mode Modifier and Type Method Description List<UserFormFinalizer>
SyncopeWebApplication. getFormFinalizers(AjaxWizard.Mode mode)
-
Uses of AjaxWizard.Mode in org.apache.syncope.client.console.annotations
Methods in org.apache.syncope.client.console.annotations that return AjaxWizard.Mode Modifier and Type Method Description AjaxWizard.Mode
mode()
-
Uses of AjaxWizard.Mode in org.apache.syncope.client.console.clientapps
Methods in org.apache.syncope.client.console.clientapps with parameters of type AjaxWizard.Mode Modifier and Type Method Description WizardModalPanel<T>
ClientAppModalPanelBuilder. build(String id, int index, AjaxWizard.Mode mode)
WizardModalPanel<T>
UsernameAttributeProviderModalPanelBuilder. build(String id, int index, AjaxWizard.Mode mode)
-
Uses of AjaxWizard.Mode in org.apache.syncope.client.console.panels
Constructors in org.apache.syncope.client.console.panels with parameters of type AjaxWizard.Mode Constructor Description ParametersModalPanel(BaseModal<ConfParam> modal, ConfParam param, ConfParamOps confParamOps, AjaxWizard.Mode mode, PageReference pageRef)
ParametersWizardAttrStep(AjaxWizard.Mode mode, ParametersWizardPanel.ParametersForm modelObject)
ParametersWizardSchemaStep(AjaxWizard.Mode mode, ParametersWizardPanel.ParametersForm modelObject)
WAConfigModalPanel(BaseModal<Attr> modal, Attr attr, AjaxWizard.Mode mode, PageReference pageRef)
-
Uses of AjaxWizard.Mode in org.apache.syncope.client.console.policies
Methods in org.apache.syncope.client.console.policies with parameters of type AjaxWizard.Mode Modifier and Type Method Description WizardModalPanel<T>
PolicyModalPanelBuilder. build(String id, int index, AjaxWizard.Mode mode)
-
Uses of AjaxWizard.Mode in org.apache.syncope.client.console.wizards.any
Fields in org.apache.syncope.client.console.wizards.any declared as AjaxWizard.Mode Modifier and Type Field Description protected AjaxWizard.Mode
AbstractAttrsWizardStep. mode
Methods in org.apache.syncope.client.console.wizards.any with parameters of type AjaxWizard.Mode Modifier and Type Method Description AjaxWizard<LinkedAccountTO>
LinkedAccountWizardBuilder. build(String id, AjaxWizard.Mode mode)
Constructors in org.apache.syncope.client.console.wizards.any with parameters of type AjaxWizard.Mode Constructor Description AbstractAttrs(AnyWrapper<?> modelObject, AjaxWizard.Mode mode, List<String> anyTypeClasses, List<String> whichAttrs)
AbstractAttrsWizardStep(AnyTO anyTO, AjaxWizard.Mode mode, List<String> anyTypeClasses, List<String> whichAttrs)
PlainAttrs(AnyWrapper<T> modelObject, AjaxWizard.Mode mode, List<String> anyTypeClasses, List<String> whichPlainAttrs)
VirAttrs(AnyWrapper<T> modelObject, AjaxWizard.Mode mode, List<String> anyTypeClasses, List<String> whichVirAttrs)
-
Uses of AjaxWizard.Mode in org.apache.syncope.client.console.wizards.resources
Methods in org.apache.syncope.client.console.wizards.resources with parameters of type AjaxWizard.Mode Modifier and Type Method Description AjaxWizard<Serializable>
ResourceWizardBuilder. build(String id, AjaxWizard.Mode mode)
-
Uses of AjaxWizard.Mode in org.apache.syncope.client.enduser.panels
Methods in org.apache.syncope.client.enduser.panels with parameters of type AjaxWizard.Mode Modifier and Type Method Description WizardModalPanel<AnyWrapper<UserTO>>
UserFormPanel. build(String id, int index, AjaxWizard.Mode mode)
-
Uses of AjaxWizard.Mode in org.apache.syncope.client.ui.commons.wizards
Fields in org.apache.syncope.client.ui.commons.wizards declared as AjaxWizard.Mode Modifier and Type Field Description protected AjaxWizard.Mode
AjaxWizardBuilder. mode
Methods in org.apache.syncope.client.ui.commons.wizards that return AjaxWizard.Mode Modifier and Type Method 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.Methods in org.apache.syncope.client.ui.commons.wizards with parameters of type AjaxWizard.Mode Modifier and Type Method Description 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.WizardModalPanel<T>
ModalPanelBuilder. build(String id, int index, AjaxWizard.Mode mode)
Build the wizard.Constructors in org.apache.syncope.client.ui.commons.wizards with parameters of type AjaxWizard.Mode Constructor Description AjaxWizard(String id, T item, WizardModel model, AjaxWizard.Mode mode, PageReference pageRef)
Construct.AjaxWizardMgtButtonBar(String id, AjaxWizard<T> wizard, AjaxWizard.Mode mode)
-