Uses of Class
org.teamapps.ux.component.workspacelayout.definition.LayoutItemDefinition
Packages that use LayoutItemDefinition
Package
Description
-
Uses of LayoutItemDefinition in org.teamapps.ux.application
Methods in org.teamapps.ux.application with parameters of type LayoutItemDefinitionModifier and TypeMethodDescriptionvoidApplicationChangeHandler.handleLayoutChange(ResponsiveApplication application, boolean isActivePerspective, Perspective perspective, LayoutItemDefinition layout) voidResponsiveApplicationToolbar.handleLayoutChange(ResponsiveApplication application, boolean isActivePerspective, Perspective perspective, LayoutItemDefinition layout) -
Uses of LayoutItemDefinition in org.teamapps.ux.application.assembler
Methods in org.teamapps.ux.application.assembler with parameters of type LayoutItemDefinitionModifier and TypeMethodDescriptionvoidDesktopApplicationAssembler.handleLayoutChange(ResponsiveApplication application, boolean isActivePerspective, Perspective perspective, LayoutItemDefinition layout) voidMobileApplicationAssembler.handleLayoutChange(ResponsiveApplication application, boolean isActivePerspective, Perspective perspective, LayoutItemDefinition layout) voidTopNavigationMobileApplicationAssembler.handleLayoutChange(ResponsiveApplication application, boolean isActivePerspective, Perspective perspective, LayoutItemDefinition layout) -
Uses of LayoutItemDefinition in org.teamapps.ux.application.layout
Fields in org.teamapps.ux.application.layout declared as LayoutItemDefinitionModifier and TypeFieldDescriptionfinal LayoutItemDefinitionExtendedLayout.rootItemfinal LayoutItemDefinitionStandardLayout.rootItemMethods in org.teamapps.ux.application.layout that return LayoutItemDefinitionModifier and TypeMethodDescriptionstatic LayoutItemDefinitionExtendedLayout.createLayout()static LayoutItemDefinitionExtendedLayout.createLayout(SplitSize superTopHeight, SplitSize leftWidth, SplitSize leftHeight, SplitSize innerLeftWidth, SplitSize innerLeftHeight, SplitSize topHeight, SplitSize centerWidth, SplitSize centerHeight, SplitSize rightWidth, SplitSize rightHeight, SplitSize outerRightHeight) static LayoutItemDefinitionStandardLayout.createLayout()static LayoutItemDefinitionStandardLayout.createLayout(SplitSize leftWidth, SplitSize leftHeight, SplitSize topHeight, SplitSize centerWidth, SplitSize centerHeight, SplitSize rightHeight) ExtendedLayout.getRootItem()StandardLayout.getRootItem() -
Uses of LayoutItemDefinition in org.teamapps.ux.application.perspective
Methods in org.teamapps.ux.application.perspective that return LayoutItemDefinitionMethods in org.teamapps.ux.application.perspective with parameters of type LayoutItemDefinitionModifier and TypeMethodDescriptionstatic PerspectivePerspective.createPerspective(LayoutItemDefinition layout) voidPerspectiveChangeHandler.handleLayoutChange(Perspective perspective, LayoutItemDefinition layoutItemDefinition) voidPerspective.setLayout(LayoutItemDefinition layout) voidPerspectiveImpl.setLayout(LayoutItemDefinition layout) Constructors in org.teamapps.ux.application.perspective with parameters of type LayoutItemDefinition -
Uses of LayoutItemDefinition in org.teamapps.ux.component.workspacelayout
Methods in org.teamapps.ux.component.workspacelayout that return LayoutItemDefinitionModifier and TypeMethodDescriptionabstract LayoutItemDefinitionWorkSpaceLayoutItem.createLayoutDefinitionItem()WorkSpaceLayout.extractLayoutDefinition()Methods in org.teamapps.ux.component.workspacelayout with parameters of type LayoutItemDefinitionModifier and TypeMethodDescriptionvoidWorkSpaceLayout.applyLayoutDefinition(LayoutItemDefinition layoutDefinition) Constructors in org.teamapps.ux.component.workspacelayout with parameters of type LayoutItemDefinition -
Uses of LayoutItemDefinition in org.teamapps.ux.component.workspacelayout.definition
Subclasses of LayoutItemDefinition in org.teamapps.ux.component.workspacelayout.definitionMethods in org.teamapps.ux.component.workspacelayout.definition that return LayoutItemDefinitionModifier and TypeMethodDescriptionSplitPaneDefinition.getFirstChild()SplitPaneDefinition.getLastChild()Methods in org.teamapps.ux.component.workspacelayout.definition that return types with arguments of type LayoutItemDefinitionModifier and TypeMethodDescriptionabstract List<LayoutItemDefinition> LayoutItemDefinition.getSelfAndAncestors()SplitPaneDefinition.getSelfAndAncestors()ViewGroupDefinition.getSelfAndAncestors()Methods in org.teamapps.ux.component.workspacelayout.definition with parameters of type LayoutItemDefinitionModifier and TypeMethodDescriptionvoidSplitPaneDefinition.setFirstChild(LayoutItemDefinition firstChild) voidSplitPaneDefinition.setLastChild(LayoutItemDefinition lastChild) Constructors in org.teamapps.ux.component.workspacelayout.definition with parameters of type LayoutItemDefinitionModifierConstructorDescriptionSplitPaneDefinition(String id, SplitDirection splitDirection, SplitSizePolicy sizePolicy, float referenceChildSize, LayoutItemDefinition firstChild, LayoutItemDefinition lastChild) SplitPaneDefinition(String id, SplitDirection splitDirection, SplitSize splitSize, LayoutItemDefinition firstChild, LayoutItemDefinition lastChild)