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