Annotation Type EditorString.EdOptsString
-
@Retention(RUNTIME) @Target(FIELD) public static @interface EditorString.EdOptsString
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringdfltbooleandfltIsNullIf set to true, the default value of the editor is null.intlinesStringprofilesEditA comma separated, case insensitive list of profile names.
-
-
-
-
dflt
String dflt
- Returns:
- The default value. Used if dfltIsNull is false.
- Default:
- ""
-
-
-
profilesEdit
String profilesEdit
A comma separated, case insensitive list of profile names. This field is only editable when one of these profiles is active. The "default" profile is automatically added to the list.- Returns:
- A comma separated, case insensitive list of profile names.
- Default:
- ""
-
-