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.panelsMethods 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.roleMethods 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 WizardModelRoleWizardBuilder. buildModelSteps(RoleWrapper modelObject, WizardModel wizardModel)protected SerializableRoleWizardBuilder. 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)
 
-