Uses of Enum
org.apache.myfaces.tobago.layout.Measure.Unit
Packages that use Measure.Unit
-
Uses of Measure.Unit in org.apache.myfaces.tobago.layout
Methods in org.apache.myfaces.tobago.layout that return Measure.UnitModifier and TypeMethodDescriptionMeasure.getUnit()
static Measure.Unit
Returns the enum constant of this type with the specified name.static Measure.Unit[]
Measure.Unit.values()
Returns an array containing the constants of this enum type, 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)