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