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