Uses of Class
org.apache.syncope.client.enduser.layout.CustomizationOption
Package
Description
-
Uses of CustomizationOption in org.apache.syncope.client.enduser.layout
Modifier and TypeMethodDescriptionUserFormLayoutInfo.getWhichDerAttrs()
UserFormLayoutInfo.getWhichPlainAttrs()
UserFormLayoutInfo.getWhichVirAttrs()
-
Uses of CustomizationOption in org.apache.syncope.client.enduser.panels.any
Modifier and TypeFieldDescriptionprotected final Map
<String, CustomizationOption> AbstractAttrs.whichAttrs
ModifierConstructorDescriptionAbstractAttrs
(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)