Class CustomizationOption
- java.lang.Object
-
- org.apache.syncope.client.enduser.layout.CustomizationOption
-
- All Implemented Interfaces:
Serializable
public class CustomizationOption extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CustomizationOption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getDefaultValues()
boolean
isReadonly()
void
setDefaultValues(List<String> defaultValues)
void
setReadonly(boolean readonly)
-