Class UiWorkSpaceLayout.MoveViewToNeighbourTabCommand

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

public static class UiWorkSpaceLayout.MoveViewToNeighbourTabCommand
extends java.lang.Object
implements UiCommand<java.lang.Void>
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String componentId  
    protected java.lang.String existingViewName  
    protected boolean select  
    protected java.lang.String viewName  
  • Constructor Summary

    Constructors 
    Constructor Description
    MoveViewToNeighbourTabCommand()
    Deprecated.
    Only for Jackson deserialization.
    MoveViewToNeighbourTabCommand​(java.lang.String componentId, java.lang.String viewName, java.lang.String existingViewName, boolean select)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getComponentId()  
    java.lang.String getExistingViewName()  
    boolean getSelect()  
    java.lang.String getViewName()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • MoveViewToNeighbourTabCommand

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

      public MoveViewToNeighbourTabCommand​(java.lang.String componentId, java.lang.String viewName, java.lang.String existingViewName, boolean select)
  • Method Details