Package org.teamapps.dto
Class UiWorkSpaceLayout.MoveViewToNeighbourTabCommand
java.lang.Object
org.teamapps.dto.UiWorkSpaceLayout.MoveViewToNeighbourTabCommand
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.MoveViewToNeighbourTabCommand(String componentId, String viewName, String existingViewName, boolean select) -
Method Summary
-
Field Details
-
componentId
-
viewName
-
existingViewName
-
select
protected boolean select
-
-
Constructor Details
-
MoveViewToNeighbourTabCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
MoveViewToNeighbourTabCommand
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getViewName
-
getExistingViewName
-
getSelect
public boolean getSelect()
-