Klasse UiWorkSpaceLayout.MoveViewToNeighbourTabCommand

java.lang.Object
org.teamapps.dto.UiWorkSpaceLayout.MoveViewToNeighbourTabCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
UiWorkSpaceLayout

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

    • componentId

      protected String componentId
    • viewName

      protected String viewName
    • existingViewName

      protected String existingViewName
    • select

      protected boolean select
  • Konstruktordetails

    • MoveViewToNeighbourTabCommand

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

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

    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • getComponentId

      public String getComponentId()
      Angegeben von:
      getComponentId in Schnittstelle UiCommand<Void>
    • getViewName

      public String getViewName()
    • getExistingViewName

      public String getExistingViewName()
    • getSelect

      public boolean getSelect()