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