Uses of Enum Class
org.teamapps.ux.component.flexcontainer.FlexSizeUnit
Packages that use FlexSizeUnit
-
Uses of FlexSizeUnit in org.teamapps.ux.component.flexcontainer
Subclasses with type arguments of type FlexSizeUnit in org.teamapps.ux.component.flexcontainerMethods in org.teamapps.ux.component.flexcontainer that return FlexSizeUnitModifier and TypeMethodDescriptionstatic FlexSizeUnitReturns the enum constant of this class with the specified name.static FlexSizeUnit[]FlexSizeUnit.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.teamapps.ux.component.flexcontainer with parameters of type FlexSizeUnitModifierConstructorDescriptionFlexSizingPolicy(float baseSize, FlexSizeUnit baseSizeUnit, int grow, int shrink)