Uses of Class
com.storedobject.core.ComputedDouble
Packages that use ComputedDouble
-
Uses of ComputedDouble in com.storedobject.core
Methods in com.storedobject.core that return ComputedDoubleModifier and TypeMethodDescriptionComputedDouble.clone()
static ComputedDouble
JSON.getComputedDouble
(String attribute) Helper method to retrieve aComputedDouble
value from the JSON request.Methods in com.storedobject.core with parameters of type ComputedDoubleModifier and TypeMethodDescriptionint
ComputedDouble.compareTo
(ComputedDouble o) void
ComputedDouble.set
(ComputedDouble value) Constructors in com.storedobject.core with parameters of type ComputedDouble -
Uses of ComputedDouble in com.storedobject.ui
Constructors in com.storedobject.ui with parameters of type ComputedDoubleModifierConstructorDescriptionComputedDoubleField
(ComputedDouble value, int decimals) ComputedDoubleField
(String label, ComputedDouble value) ComputedDoubleField
(String label, ComputedDouble value, int decimals) ComputedDoubleField
(String label, ComputedDouble value, int width, int decimals)