Uses of Class
org.teamapps.dto.UiWorkSpaceLayoutItem
-
Uses of UiWorkSpaceLayoutItem in org.teamapps.dto
Subclasses of UiWorkSpaceLayoutItem in org.teamapps.dtoModifier and TypeClassDescriptionclassTHIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!classTHIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!Fields in org.teamapps.dto declared as UiWorkSpaceLayoutItemModifier and TypeFieldDescriptionprotected UiWorkSpaceLayoutItemUiWorkSpaceLayoutSplitItem.firstChildprotected UiWorkSpaceLayoutItemUiWorkSpaceLayout.initialLayoutprotected UiWorkSpaceLayoutItemUiWorkSpaceLayoutSplitItem.lastChildFields in org.teamapps.dto with type parameters of type UiWorkSpaceLayoutItemModifier and TypeFieldDescriptionprotected Map<String, UiWorkSpaceLayoutItem> UiWorkSpaceLayout.LayoutChangedEvent.layoutsByWindowIdprotected Map<String, UiWorkSpaceLayoutItem> UiWorkSpaceLayout.RedefineLayoutCommand.layoutsByWindowIdprotected Map<String, UiWorkSpaceLayoutItem> UiWorkSpaceLayout.ViewDraggedToNewWindowEvent.layoutsByWindowIdMethods in org.teamapps.dto that return UiWorkSpaceLayoutItemModifier and TypeMethodDescriptionUiWorkSpaceLayoutSplitItem.getFirstChild()UiWorkSpaceLayout.getInitialLayout()UiWorkSpaceLayoutSplitItem.getLastChild()Methods in org.teamapps.dto that return types with arguments of type UiWorkSpaceLayoutItemModifier and TypeMethodDescriptionUiWorkSpaceLayout.LayoutChangedEvent.getLayoutsByWindowId()UiWorkSpaceLayout.RedefineLayoutCommand.getLayoutsByWindowId()UiWorkSpaceLayout.ViewDraggedToNewWindowEvent.getLayoutsByWindowId()Constructors in org.teamapps.dto with parameters of type UiWorkSpaceLayoutItemModifierConstructorDescriptionUiWorkSpaceLayout(List<UiWorkSpaceLayoutView> views, UiWorkSpaceLayoutItem initialLayout, String childWindowPageTitle) UiWorkSpaceLayoutSplitItem(String id, UiSplitDirection splitDirection, UiWorkSpaceLayoutItem firstChild, UiWorkSpaceLayoutItem lastChild) Constructor parameters in org.teamapps.dto with type arguments of type UiWorkSpaceLayoutItemModifierConstructorDescriptionLayoutChangedEvent(String componentId, Map<String, UiWorkSpaceLayoutItem> layoutsByWindowId) RedefineLayoutCommand(String componentId, Map<String, UiWorkSpaceLayoutItem> layoutsByWindowId, List<UiWorkSpaceLayoutView> addedViews) ViewDraggedToNewWindowEvent(String componentId, String windowId, String viewName, Map<String, UiWorkSpaceLayoutItem> layoutsByWindowId)