Uses of Class
org.teamapps.ux.component.format.SizeType
-
Packages that use SizeType Package Description org.teamapps.ux.component.format org.teamapps.ux.component.template.gridtemplate -
-
Uses of SizeType in org.teamapps.ux.component.format
Methods in org.teamapps.ux.component.format that return SizeType Modifier and Type Method Description SizeTypeSizingPolicy. getType()static SizeTypeSizeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SizeType[]SizeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teamapps.ux.component.format with parameters of type SizeType Constructor Description SizingPolicy(SizeType type, float value, int minAbsoluteSize) -
Uses of SizeType in org.teamapps.ux.component.template.gridtemplate
Methods in org.teamapps.ux.component.template.gridtemplate with parameters of type SizeType Modifier and Type Method Description GridTemplateGridTemplate. addColumn(SizeType type, float widthValue, int minAbsoluteWidth, int leftPadding, int rightPadding)GridTemplateGridTemplate. addRow(SizeType type, float heightValue, int minAbsoluteHeight, int topPadding, int bottomPadding)
-