Uses of Class
org.teamapps.ux.component.absolutelayout.Length
| Package | Description |
|---|---|
| org.teamapps.ux.component | |
| org.teamapps.ux.component.absolutelayout | |
| org.teamapps.ux.component.field | |
| 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
Fields in org.teamapps.ux.component.absolutelayout declared as Length Modifier and Type Field Description static LengthLength. AUTOMethods 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()static LengthLength. ofPercent(int percent)static LengthLength. ofPixels(int pixels)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.field
Methods in org.teamapps.ux.component.field that return Length Modifier and Type Method Description LengthImageField. getHeight()LengthImageField. getWidth()Methods in org.teamapps.ux.component.field with parameters of type Length Modifier and Type Method Description ImageFieldImageField. setHeight(Length height)ImageFieldImageField. setWidth(Length width) -
Uses of Length in org.teamapps.ux.component.format