Uses of Class
org.teamapps.dto.UiWorkSpaceLayoutView
-
Uses of UiWorkSpaceLayoutView in org.teamapps.dto
Fields in org.teamapps.dto declared as UiWorkSpaceLayoutViewModifier and TypeFieldDescriptionprotected UiWorkSpaceLayoutViewUiWorkSpaceLayout.AddViewAsNeighbourTabCommand.newViewprotected UiWorkSpaceLayoutViewUiWorkSpaceLayout.AddViewAsTabCommand.newViewprotected UiWorkSpaceLayoutViewUiWorkSpaceLayout.AddViewRelativeToOtherViewCommand.newViewprotected UiWorkSpaceLayoutViewUiWorkSpaceLayout.AddViewToTopLevelCommand.newViewFields in org.teamapps.dto with type parameters of type UiWorkSpaceLayoutViewModifier and TypeFieldDescriptionprotected List<UiWorkSpaceLayoutView> UiWorkSpaceLayout.RedefineLayoutCommand.addedViewsprotected List<UiWorkSpaceLayoutView> UiWorkSpaceLayout.viewsMethods in org.teamapps.dto that return UiWorkSpaceLayoutViewModifier and TypeMethodDescriptionUiWorkSpaceLayout.AddViewAsNeighbourTabCommand.getNewView()UiWorkSpaceLayout.AddViewAsTabCommand.getNewView()UiWorkSpaceLayout.AddViewRelativeToOtherViewCommand.getNewView()UiWorkSpaceLayout.AddViewToTopLevelCommand.getNewView()UiWorkSpaceLayoutView.setLazyLoading(boolean lazyLoading) UiWorkSpaceLayoutView.setTabCloseable(boolean tabCloseable) UiWorkSpaceLayoutView.setVisible(boolean visible) Methods in org.teamapps.dto that return types with arguments of type UiWorkSpaceLayoutViewModifier and TypeMethodDescriptionUiWorkSpaceLayout.RedefineLayoutCommand.getAddedViews()UiWorkSpaceLayout.getViews()Constructors in org.teamapps.dto with parameters of type UiWorkSpaceLayoutViewModifierConstructorDescriptionAddViewAsNeighbourTabCommand(String componentId, UiWorkSpaceLayoutView newView, String existingViewName, boolean select) AddViewAsTabCommand(String componentId, UiWorkSpaceLayoutView newView, String viewGroupId, boolean select) AddViewRelativeToOtherViewCommand(String componentId, UiWorkSpaceLayoutView newView, String existingViewName, UiRelativeWorkSpaceViewPosition relativePosition, UiSplitSizePolicy sizePolicy, float referenceChildSize) AddViewToTopLevelCommand(String componentId, UiWorkSpaceLayoutView newView, String windowId, UiRelativeWorkSpaceViewPosition relativePosition, UiSplitSizePolicy sizePolicy, float referenceChildSize) Constructor parameters in org.teamapps.dto with type arguments of type UiWorkSpaceLayoutViewModifierConstructorDescriptionRedefineLayoutCommand(String componentId, Map<String, UiWorkSpaceLayoutItem> layoutsByWindowId, List<UiWorkSpaceLayoutView> addedViews) UiWorkSpaceLayout(List<UiWorkSpaceLayoutView> views, UiWorkSpaceLayoutItem initialLayout, String childWindowPageTitle)