Uses of Class
org.teamapps.ux.component.absolutelayout.Length
-
Packages that use Length Package Description org.teamapps.ux.component org.teamapps.ux.component.absolutelayout org.teamapps.ux.component.format -
-
Uses of Length in org.teamapps.ux.component
Methods in org.teamapps.ux.component with parameters of type Length Modifier and Type Method Description voidAbstractComponent. setMaxHeight(Length maxHeight)voidComponent. setMaxHeight(Length maxHeight)voidAbstractComponent. setMaxWidth(Length maxWidth)voidComponent. setMaxWidth(Length maxWidth)voidAbstractComponent. setMinHeight(Length minHeight)voidComponent. setMinHeight(Length minHeight)voidAbstractComponent. setMinWidth(Length minWidth)voidComponent. setMinWidth(Length minWidth) -
Uses of Length in org.teamapps.ux.component.absolutelayout
Methods in org.teamapps.ux.component.absolutelayout that return Length Modifier and Type Method Description LengthAbsolutePosition. getBottom()LengthAbsolutePosition. getHeight()LengthAbsolutePosition. getLeft()LengthAbsolutePosition. getRight()LengthAbsolutePosition. getTop()LengthAbsolutePosition. getWidth()Methods in org.teamapps.ux.component.absolutelayout with parameters of type Length Modifier and Type Method Description static AbsolutePositionAbsolutePosition. fromPixelDimensions(Length top, Length left, Length width, Length height, int zIndex)Constructors in org.teamapps.ux.component.absolutelayout with parameters of type Length Constructor Description AbsolutePosition(Length top, Length right, Length bottom, Length left, Length width, Length height, int zIndex) -
Uses of Length in org.teamapps.ux.component.format
Methods in org.teamapps.ux.component.format that return Length Modifier and Type Method Description LengthSpacing. getBottom()LengthSpacing. getLeft()LengthSpacing. getRight()LengthSpacing. getTop()Constructors in org.teamapps.ux.component.format with parameters of type Length Constructor Description Spacing(Length top, Length right, Length bottom, Length left)
-