Uses of Class
org.apache.myfaces.tobago.layout.Measure.Unit
-
Packages that use Measure.Unit Package Description org.apache.myfaces.tobago.layout -
-
Uses of Measure.Unit in org.apache.myfaces.tobago.layout
Methods in org.apache.myfaces.tobago.layout that return Measure.Unit Modifier and Type Method Description Measure.Unit
Measure. getUnit()
static Measure.Unit
Measure.Unit. valueOf(String name)
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.Unit Modifier and Type Method Description static Measure
Measure. valueOf(String s, Measure.Unit defaultUnit)
Constructors in org.apache.myfaces.tobago.layout with parameters of type Measure.Unit Constructor Description Measure(double d, Measure.Unit unit)
Measure(int i, Measure.Unit unit)
Measure(String string, Measure.Unit unit)
-