Uses of Class
org.teamapps.ux.component.absolutelayout.Length
-
-
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.flexcontainer
Methods in org.teamapps.ux.component.flexcontainer that return Length Modifier and Type Method Description LengthFlexContainer. getGap()Methods in org.teamapps.ux.component.flexcontainer with parameters of type Length Modifier and Type Method Description voidFlexContainer. setGap(Length gap) -
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) -
Uses of Length in org.teamapps.ux.component.tabpanel
Methods in org.teamapps.ux.component.tabpanel that return Length Modifier and Type Method Description LengthTabPanel. getTabBarHeight()Methods in org.teamapps.ux.component.tabpanel with parameters of type Length Modifier and Type Method Description voidTabPanel. setTabBarHeight(Length tabBarHeight)
-