Package org.teamapps.dto
Klasse UiWorkSpaceLayout.RedefineLayoutCommand
java.lang.Object
org.teamapps.dto.UiWorkSpaceLayout.RedefineLayoutCommand
- Umschließende Klasse:
UiWorkSpaceLayout
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<UiWorkSpaceLayoutView> protected Stringprotected Map<String, UiWorkSpaceLayoutItem> -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungVeraltet.Only for Jackson deserialization.RedefineLayoutCommand(String componentId, Map<String, UiWorkSpaceLayoutItem> layoutsByWindowId, List<UiWorkSpaceLayoutView> addedViews) -
Methodenübersicht
-
Felddetails
-
componentId
-
layoutsByWindowId
-
addedViews
-
-
Konstruktordetails
-
RedefineLayoutCommand
Veraltet.Only for Jackson deserialization. Use the other constructor instead. -
RedefineLayoutCommand
public RedefineLayoutCommand(String componentId, Map<String, UiWorkSpaceLayoutItem> layoutsByWindowId, List<UiWorkSpaceLayoutView> addedViews)
-
-
Methodendetails
-
toString
-
getComponentId
- Angegeben von:
getComponentIdin SchnittstelleUiCommand<Void>
-
getLayoutsByWindowId
-
getAddedViews
-