Uses of Enum Class
org.apache.syncope.client.ui.commons.wizards.AjaxWizard.Mode
Packages that use AjaxWizard.Mode
Package
Description
-
Uses of AjaxWizard.Mode in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console with parameters of type AjaxWizard.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.ModeModifier and TypeMethodDescriptionClientAppModalPanelBuilder.build(String id, int index, AjaxWizard.Mode mode) 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.ModeModifierConstructorDescriptionParametersModalPanel(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.ModeModifier and TypeMethodDescriptionPolicyModalPanelBuilder.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.ModeMethods in org.apache.syncope.client.console.wizards.any with parameters of type AjaxWizard.ModeModifier and TypeMethodDescriptionLinkedAccountWizardBuilder.build(String id, AjaxWizard.Mode mode) Constructors in org.apache.syncope.client.console.wizards.any with parameters of type AjaxWizard.ModeModifierConstructorDescriptionAbstractAttrs(AnyWrapper<?> modelObject, AjaxWizard.Mode mode, List<String> anyTypeClasses, List<String> whichAttrs) AbstractAttrsWizardStep(AttributableTO attributable, AjaxWizard.Mode mode, List<String> anyTypeClasses, List<String> whichAttrs) PlainAttrs(AnyWrapper<T> modelObject, AjaxWizard.Mode mode, List<String> anyTypeClasses, List<String> whichPlainAttrs) -
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 -
Uses of AjaxWizard.Mode in org.apache.syncope.client.enduser.panels
Methods in org.apache.syncope.client.enduser.panels with parameters of type AjaxWizard.ModeModifier and TypeMethodDescriptionUserFormPanel.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.ModeMethods in org.apache.syncope.client.ui.commons.wizards that return AjaxWizard.ModeModifier and TypeMethodDescriptionstatic AjaxWizard.ModeReturns the enum constant of this class with the specified name.static AjaxWizard.Mode[]AjaxWizard.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.syncope.client.ui.commons.wizards with parameters of type AjaxWizard.ModeModifier and TypeMethodDescriptionAjaxWizardBuilder.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.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.ModeModifierConstructorDescriptionAjaxWizard(String id, T item, WizardModel model, AjaxWizard.Mode mode, PageReference pageRef) Construct.AjaxWizardMgtButtonBar(String id, AjaxWizard<T> wizard, AjaxWizard.Mode mode)