Uses of Class
org.apache.syncope.client.enduser.layout.CustomizationOption
-
Packages that use CustomizationOption Package Description org.apache.syncope.client.enduser.layout org.apache.syncope.client.enduser.panels.any -
-
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 CustomizationOption Modifier and Type Method Description Map<String,CustomizationOption>
UserFormLayoutInfo. getWhichDerAttrs()
Map<String,CustomizationOption>
UserFormLayoutInfo. getWhichPlainAttrs()
Map<String,CustomizationOption>
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 CustomizationOption Modifier and Type Field Description protected Map<String,CustomizationOption>
AbstractAttrs. whichAttrs
Constructor parameters in org.apache.syncope.client.enduser.panels.any with type arguments of type CustomizationOption Constructor Description AbstractAttrs(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)
-