Uses of Class
org.teamapps.ux.component.flexcontainer.FlexSizeUnit
| Package | Description |
|---|---|
| org.teamapps.ux.component.flexcontainer |
-
Uses of FlexSizeUnit in org.teamapps.ux.component.flexcontainer
Methods in org.teamapps.ux.component.flexcontainer that return FlexSizeUnit Modifier and Type Method Description static FlexSizeUnitFlexSizeUnit. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FlexSizeUnit[]FlexSizeUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teamapps.ux.component.flexcontainer with parameters of type FlexSizeUnit Constructor Description FlexSizingPolicy(float baseSize, FlexSizeUnit baseSizeUnit, int grow, int shrink)