Annotation Interface DoublePropertySlider
Double property configurable in Appfigurate using a slider. See
Java double slider implementation
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionString that describes the purpose of the property, to appear in Appfigurate's Configure app screen.double
Maximum value for the double property in range of 2.3E-308 to 1.7E+308.double
Minimum value for the double property in a range of 2.3E-308 to 1.7E+308Slider icon to customize the minimum and maximum images. -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
If the property value changes, the app can be optionally restarted.
-
Element Details
-
description
String descriptionString that describes the purpose of the property, to appear in Appfigurate's Configure app screen.- Returns:
- string describing purpose of the property.
-
minValue
double minValueMinimum value for the double property in a range of 2.3E-308 to 1.7E+308- Returns:
- double value.
-
maxValue
double maxValueMaximum value for the double property in range of 2.3E-308 to 1.7E+308. Must be greater than the minValue.- Returns:
- double value.
-
sliderIcon
IconSlider sliderIconSlider icon to customize the minimum and maximum images.- Returns:
- icon enumeration.
-
restart
boolean restartIf the property value changes, the app can be optionally restarted.- Returns:
- true if the app should be restarted.
- Default:
false
-