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 ComputedDoubleJSON.getComputedDouble(String attribute) Helper method to retrieve aComputedDoublevalue from the JSON request.Methods in com.storedobject.core with parameters of type ComputedDoubleModifier and TypeMethodDescriptionintComputedDouble.compareTo(ComputedDouble o) voidComputedDouble.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)