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 ComputedLongJSON.getComputedLong(String attribute) Helper method to retrieve aComputedLongvalue from the JSON request.Methods in com.storedobject.core with parameters of type ComputedLongModifier and TypeMethodDescriptionintComputedLong.compareTo(ComputedLong o) voidComputedLong.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)