Uses of Class
com.storedobject.core.ComputedLong
Packages that use ComputedLong
-
Uses of ComputedLong in com.storedobject.core
Methods in com.storedobject.core that return ComputedLongModifier and TypeMethodDescriptionComputedLong.clone()
static ComputedLong
JSON.getComputedLong
(String attribute) Helper method to retrieve aComputedLong
value from the JSON request.Methods in com.storedobject.core with parameters of type ComputedLongModifier and TypeMethodDescriptionint
ComputedLong.compareTo
(ComputedLong o) void
ComputedLong.set
(ComputedLong value) Constructors in com.storedobject.core with parameters of type ComputedLong -
Uses of ComputedLong in com.storedobject.ui
Constructors in com.storedobject.ui with parameters of type ComputedLongModifierConstructorDescriptionComputedLongField
(ComputedLong value) ComputedLongField
(ComputedLong value, int width) ComputedLongField
(String label, ComputedLong value) ComputedLongField
(String label, ComputedLong value, int width)