Package org.teamapps.dto
Class UiWorkSpaceLayout.AddViewAsTabCommand
java.lang.Object
org.teamapps.dto.UiWorkSpaceLayout.AddViewAsTabCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected UiWorkSpaceLayoutViewprotected booleanprotected String -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.AddViewAsTabCommand(String componentId, UiWorkSpaceLayoutView newView, String viewGroupId, boolean select) -
Method Summary
-
Field Details
-
componentId
-
newView
-
viewGroupId
-
select
protected boolean select
-
-
Constructor Details
-
AddViewAsTabCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
AddViewAsTabCommand
public AddViewAsTabCommand(String componentId, UiWorkSpaceLayoutView newView, String viewGroupId, boolean select)
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getNewView
-
getViewGroupId
-
getSelect
public boolean getSelect()
-