Package org.teamapps.dto
Class UiWorkSpaceLayout.RedefineLayoutCommand
java.lang.Object
org.teamapps.dto.UiWorkSpaceLayout.RedefineLayoutCommand
- Enclosing class:
UiWorkSpaceLayout
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<UiWorkSpaceLayoutView> protected Stringprotected Map<String, UiWorkSpaceLayoutItem> -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.RedefineLayoutCommand(String componentId, Map<String, UiWorkSpaceLayoutItem> layoutsByWindowId, List<UiWorkSpaceLayoutView> addedViews) -
Method Summary
-
Field Details
-
componentId
-
layoutsByWindowId
-
addedViews
-
-
Constructor Details
-
RedefineLayoutCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
RedefineLayoutCommand
public RedefineLayoutCommand(String componentId, Map<String, UiWorkSpaceLayoutItem> layoutsByWindowId, List<UiWorkSpaceLayoutView> addedViews)
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getLayoutsByWindowId
-
getAddedViews
-