| Package | Description |
|---|---|
| org.apache.syncope.client.enduser.layout | |
| org.apache.syncope.client.enduser.panels.any |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CustomizationOption> |
UserFormLayoutInfo.getWhichDerAttrs() |
Map<String,CustomizationOption> |
UserFormLayoutInfo.getWhichPlainAttrs() |
Map<String,CustomizationOption> |
UserFormLayoutInfo.getWhichVirAttrs() |
| Constructor and Description |
|---|
AbstractAttrs(String id,
AnyWrapper<?> modelObject,
List<String> anyTypeClasses,
Map<String,CustomizationOption> whichAttrs) |
DerAttrs(String id,
AnyWrapper<T> modelObject,
List<String> anyTypeClasses,
Map<String,CustomizationOption> whichDerAttrs) |
PlainAttrs(String id,
AnyWrapper<T> modelObject,
List<String> anyTypeClasses,
Map<String,CustomizationOption> whichPlainAttrs) |
VirAttrs(String id,
AnyWrapper<T> modelObject,
List<String> anyTypeClasses,
Map<String,CustomizationOption> whichVirAttrs) |
Copyright © 2020–2021. All rights reserved.