Uses of Class
org.teamapps.ux.component.workspacelayout.WorkSpaceLayoutItem
Packages that use WorkSpaceLayoutItem
Package
Description
-
Uses of WorkSpaceLayoutItem in org.teamapps.ux.component.workspacelayout
Subclasses of WorkSpaceLayoutItem in org.teamapps.ux.component.workspacelayoutMethods in org.teamapps.ux.component.workspacelayout that return WorkSpaceLayoutItemModifier and TypeMethodDescriptionWorkSpaceLayoutSplitPane.getFirstChild()WorkSpaceLayoutSplitPane.getLastChild()WorkSpaceLayout.getMainRootItem()ChildWindowClosedEventData.getWindowRootItem()Methods in org.teamapps.ux.component.workspacelayout that return types with arguments of type WorkSpaceLayoutItemModifier and TypeMethodDescriptionabstract List<WorkSpaceLayoutItem> WorkSpaceLayoutItem.getSelfAndAncestors()WorkSpaceLayoutSplitPane.getSelfAndAncestors()WorkSpaceLayoutViewGroup.getSelfAndAncestors()Methods in org.teamapps.ux.component.workspacelayout with parameters of type WorkSpaceLayoutItemModifier and TypeMethodDescriptionWorkSpaceLayoutSplitPane.setChildren(WorkSpaceLayoutItem firstChild, WorkSpaceLayoutItem lastChild) WorkSpaceLayoutSplitPane.setFirstChild(WorkSpaceLayoutItem firstChild) WorkSpaceLayoutSplitPane.setLastChild(WorkSpaceLayoutItem lastChild) protected voidWorkSpaceLayout.setMainRootItem(WorkSpaceLayoutItem item) Constructors in org.teamapps.ux.component.workspacelayout with parameters of type WorkSpaceLayoutItemModifierConstructorDescriptionChildWindowClosedEventData(String windowId, WorkSpaceLayoutItem windowRootItem) WorkSpaceLayoutSplitPane(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 WorkSpaceLayoutItemModifier and TypeMethodDescriptionabstract WorkSpaceLayoutItemLayoutItemDefinition.createHeavyWeightItem(WorkSpaceLayout workSpaceLayout) SplitPaneDefinition.createHeavyWeightItem(WorkSpaceLayout workSpaceLayout) ViewGroupDefinition.createHeavyWeightItem(WorkSpaceLayout workSpaceLayout)