Uses of Enum Class
org.apache.myfaces.tobago.layout.Measure.Unit
Packages that use Measure.Unit
-
Uses of Measure.Unit in org.apache.myfaces.tobago.layout
Subclasses with type arguments of type Measure.Unit in org.apache.myfaces.tobago.layoutMethods in org.apache.myfaces.tobago.layout that return Measure.UnitModifier and TypeMethodDescriptionMeasure.getUnit()
static Measure.Unit
Returns the enum constant of this class with the specified name.static Measure.Unit[]
Measure.Unit.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.myfaces.tobago.layout with parameters of type Measure.UnitModifier and TypeMethodDescriptionstatic Measure
Measure.valueOf
(String s, Measure.Unit defaultUnit) Constructors in org.apache.myfaces.tobago.layout with parameters of type Measure.UnitModifierConstructorDescriptionMeasure
(double d, Measure.Unit unit) Measure
(int i, Measure.Unit unit) Measure
(String string, Measure.Unit unit)