Class UiWorkSpaceLayout.AddViewAsNeighbourTabCommand

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

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

    • componentId

      protected String componentId
    • newView

      protected UiWorkSpaceLayoutView newView
    • existingViewName

      protected String existingViewName
    • select

      protected boolean select
  • Constructor Details

    • AddViewAsNeighbourTabCommand

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

      public AddViewAsNeighbourTabCommand(String componentId, UiWorkSpaceLayoutView newView, String existingViewName, boolean select)
  • Method Details