-
Methods in org.teamapps.ux.application.layout with parameters of type SplitSize
| Modifier and Type |
Method |
Description |
static LayoutItemDefinition |
ExtendedLayout.createLayout(SplitSize superTopHeight,
SplitSize leftWidth,
SplitSize leftHeight,
SplitSize innerLeftWidth,
SplitSize innerLeftHeight,
SplitSize topHeight,
SplitSize centerWidth,
SplitSize centerHeight,
SplitSize rightWidth,
SplitSize rightHeight,
SplitSize outerRightHeight) |
|
static LayoutItemDefinition |
StandardLayout.createLayout(SplitSize leftWidth,
SplitSize leftHeight,
SplitSize topHeight,
SplitSize centerWidth,
SplitSize centerHeight,
SplitSize rightHeight) |
|
Constructors in org.teamapps.ux.application.layout with parameters of type SplitSize
| Constructor |
Description |
ExtendedLayout(SplitSize superTopHeight,
SplitSize leftWidth,
SplitSize leftHeight,
SplitSize innerLeftWidth,
SplitSize innerLeftHeight,
SplitSize topHeight,
SplitSize centerWidth,
SplitSize centerHeight,
SplitSize rightWidth,
SplitSize rightHeight,
SplitSize outerRightHeight) |
|
StandardLayout(SplitSize leftWidth,
SplitSize leftHeight,
SplitSize topHeight,
SplitSize centerWidth,
SplitSize centerHeight,
SplitSize rightHeight) |
|
-