Uses of Class
org.apache.syncope.client.enduser.layout.CustomizationOption
Packages that use CustomizationOption
Package
Description
-
Uses of CustomizationOption in org.apache.syncope.client.enduser.layout
Methods in org.apache.syncope.client.enduser.layout that return types with arguments of type CustomizationOptionModifier and TypeMethodDescriptionUserFormLayoutInfo.getWhichDerAttrs()
UserFormLayoutInfo.getWhichPlainAttrs()
UserFormLayoutInfo.getWhichVirAttrs()
-
Uses of CustomizationOption in org.apache.syncope.client.enduser.panels.any
Fields in org.apache.syncope.client.enduser.panels.any with type parameters of type CustomizationOptionModifier and TypeFieldDescriptionprotected final Map
<String, CustomizationOption> AbstractAttrs.whichAttrs
Constructor parameters in org.apache.syncope.client.enduser.panels.any with type arguments of type CustomizationOptionModifierConstructorDescriptionAbstractAttrs
(String id, AnyWrapper<UserTO> modelObject, List<String> anyTypeClasses, Map<String, CustomizationOption> whichAttrs) DerAttrs
(String id, AnyWrapper<UserTO> modelObject, List<String> anyTypeClasses, Map<String, CustomizationOption> whichDerAttrs) PlainAttrs
(String id, UserWrapper modelObject, List<String> anyTypeClasses, Map<String, CustomizationOption> whichPlainAttrs) VirAttrs
(String id, AnyWrapper<UserTO> modelObject, List<String> anyTypeClasses, Map<String, CustomizationOption> whichVirAttrs)