Uses of Class
org.teamapps.ux.component.workspacelayout.WorkSpaceLayoutItem
| Package | Description |
|---|---|
| org.teamapps.ux.component.workspacelayout | |
| org.teamapps.ux.component.workspacelayout.definition |
-
Uses of WorkSpaceLayoutItem in org.teamapps.ux.component.workspacelayout
Subclasses of WorkSpaceLayoutItem in org.teamapps.ux.component.workspacelayout Modifier and Type Class Description classWorkSpaceLayoutSplitPaneclassWorkSpaceLayoutViewGroupMethods in org.teamapps.ux.component.workspacelayout that return WorkSpaceLayoutItem Modifier and Type Method Description WorkSpaceLayoutItemWorkSpaceLayoutSplitPane. getFirstChild()WorkSpaceLayoutItemWorkSpaceLayoutSplitPane. getLastChild()WorkSpaceLayoutItemWorkSpaceLayout. getMainRootItem()WorkSpaceLayoutItemChildWindowClosedEventData. getWindowRootItem()Methods in org.teamapps.ux.component.workspacelayout that return types with arguments of type WorkSpaceLayoutItem Modifier and Type Method Description abstract java.util.List<WorkSpaceLayoutItem>WorkSpaceLayoutItem. getSelfAndAncestors()java.util.List<WorkSpaceLayoutItem>WorkSpaceLayoutSplitPane. getSelfAndAncestors()java.util.List<WorkSpaceLayoutItem>WorkSpaceLayoutViewGroup. getSelfAndAncestors()Methods in org.teamapps.ux.component.workspacelayout with parameters of type WorkSpaceLayoutItem Modifier and Type Method Description WorkSpaceLayoutSplitPaneWorkSpaceLayoutSplitPane. setChildren(WorkSpaceLayoutItem firstChild, WorkSpaceLayoutItem lastChild)WorkSpaceLayoutSplitPaneWorkSpaceLayoutSplitPane. setFirstChild(WorkSpaceLayoutItem firstChild)WorkSpaceLayoutSplitPaneWorkSpaceLayoutSplitPane. setLastChild(WorkSpaceLayoutItem lastChild)protected voidWorkSpaceLayout. setMainRootItem(WorkSpaceLayoutItem item)Constructors in org.teamapps.ux.component.workspacelayout with parameters of type WorkSpaceLayoutItem Constructor Description ChildWindowClosedEventData(java.lang.String windowId, WorkSpaceLayoutItem windowRootItem)WorkSpaceLayoutSplitPane(java.lang.String id, SplitDirection splitDirection, SplitSizePolicy sizePolicy, float referenceChildSize, WorkSpaceLayoutItem firstChild, WorkSpaceLayoutItem lastChild, WorkSpaceLayout workSpaceLayout)WorkSpaceLayoutSplitPane(SplitDirection splitDirection, SplitSizePolicy sizePolicy, float referenceChildSize, WorkSpaceLayoutItem firstChild, WorkSpaceLayoutItem lastChild, WorkSpaceLayout workSpaceLayout) -
Uses of WorkSpaceLayoutItem in org.teamapps.ux.component.workspacelayout.definition
Methods in org.teamapps.ux.component.workspacelayout.definition that return WorkSpaceLayoutItem Modifier and Type Method Description abstract WorkSpaceLayoutItemLayoutItemDefinition. createHeavyWeightItem(WorkSpaceLayout workSpaceLayout)WorkSpaceLayoutItemSplitPaneDefinition. createHeavyWeightItem(WorkSpaceLayout workSpaceLayout)WorkSpaceLayoutItemViewGroupDefinition. createHeavyWeightItem(WorkSpaceLayout workSpaceLayout)