Annotation Type IntPropertyListEdit
-
@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface IntPropertyListEdit
Integer property configurable in Appfigurate from a list of valid choices. The user can customise the list by adding additional values. SeeJava int editable list implementation
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
description
java.lang.String[]
keys
int
maxValue
int
minValue
int[]
values
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
regularExpression
boolean
restart
-