Uses of Enum Class
com.flowingcode.vaadin.addons.relativetime.Precision
-
Uses of Precision in com.flowingcode.vaadin.addons.relativetime
Methods in com.flowingcode.vaadin.addons.relativetime that return PrecisionModifier and TypeMethodDescriptionstatic PrecisionReturns the enum constant of this class with the specified name.static Precision[]Precision.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.flowingcode.vaadin.addons.relativetime with parameters of type PrecisionModifier and TypeMethodDescriptionRelativeTime.setPrecision(Precision precision) Sets theprecisionattribute (defaultsecond).