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 default voidComponent. setMaxHeight(Length maxHeight)default voidComponent. setMaxWidth(Length maxWidth)default voidComponent. setMinHeight(Length minHeight)default 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