Uses of Class
org.apache.syncope.client.console.wizards.role.RoleWrapper
-
Packages that use RoleWrapper Package Description org.apache.syncope.client.console.panels org.apache.syncope.client.console.wizards.role -
-
Uses of RoleWrapper in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels that return types with arguments of type RoleWrapper Modifier and Type Method Description protected WizardMgtPanel<RoleWrapper>
RoleDirectoryPanel.Builder. newInstance(String id, boolean wizardInModal)
-
Uses of RoleWrapper in org.apache.syncope.client.console.wizards.role
Methods in org.apache.syncope.client.console.wizards.role that return types with arguments of type RoleWrapper Modifier and Type Method Description AjaxWizardBuilder<RoleWrapper>
RoleWizardBuilder. setItem(RoleWrapper item)
This method has been overridden to manage asynchronous translation of FIQL string to search classes list and viceversa.Methods in org.apache.syncope.client.console.wizards.role with parameters of type RoleWrapper Modifier and Type Method Description protected WizardModel
RoleWizardBuilder. buildModelSteps(RoleWrapper modelObject, WizardModel wizardModel)
protected Serializable
RoleWizardBuilder. onApplyInternal(RoleWrapper modelObject)
AjaxWizardBuilder<RoleWrapper>
RoleWizardBuilder. setItem(RoleWrapper item)
This method has been overridden to manage asynchronous translation of FIQL string to search classes list and viceversa.Constructors in org.apache.syncope.client.console.wizards.role with parameters of type RoleWrapper Constructor Description Details(RoleWrapper modelObject)
-