Class UiWorkSpaceLayout.MoveViewToNeighbourTabCommand

java.lang.Object
org.teamapps.dto.UiWorkSpaceLayout.MoveViewToNeighbourTabCommand
All Implemented Interfaces:
UiCommand<Void>
Enclosing class:
UiWorkSpaceLayout

public static class UiWorkSpaceLayout.MoveViewToNeighbourTabCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • viewName

      protected String viewName
    • existingViewName

      protected String existingViewName
    • select

      protected boolean select
  • Constructor Details

    • MoveViewToNeighbourTabCommand

      @Deprecated public MoveViewToNeighbourTabCommand()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • MoveViewToNeighbourTabCommand

      public MoveViewToNeighbourTabCommand(String componentId, String viewName, String existingViewName, boolean select)
  • Method Details