Class UiTabPanel.SetTabConfigurationCommand

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

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

    Fields
    Modifier and Type Field Description
    protected java.lang.String caption  
    protected boolean closeable  
    protected java.lang.String componentId  
    protected java.lang.String icon  
    protected boolean rightSide  
    protected java.lang.String tabId  
    protected boolean visible  
  • Constructor Summary

    Constructors
    Constructor Description
    SetTabConfigurationCommand()
    Deprecated.
    Only for Jackson deserialization.
    SetTabConfigurationCommand​(java.lang.String componentId, java.lang.String tabId, java.lang.String icon, java.lang.String caption, boolean closeable, boolean visible, boolean rightSide)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getCaption()  
    boolean getCloseable()  
    java.lang.String getComponentId()  
    java.lang.String getIcon()  
    boolean getRightSide()  
    java.lang.String getTabId()  
    boolean getVisible()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

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

    • componentId

      protected java.lang.String componentId
    • tabId

      protected java.lang.String tabId
    • icon

      protected java.lang.String icon
    • caption

      protected java.lang.String caption
    • closeable

      protected boolean closeable
    • visible

      protected boolean visible
    • rightSide

      protected boolean rightSide
  • Constructor Details

    • SetTabConfigurationCommand

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

      public SetTabConfigurationCommand​(java.lang.String componentId, java.lang.String tabId, java.lang.String icon, java.lang.String caption, boolean closeable, boolean visible, boolean rightSide)
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getComponentId

      public java.lang.String getComponentId()
      Specified by:
      getComponentId in interface UiCommand<java.lang.Void>
    • getTabId

      public java.lang.String getTabId()
    • getIcon

      public java.lang.String getIcon()
    • getCaption

      public java.lang.String getCaption()
    • getCloseable

      public boolean getCloseable()
    • getVisible

      public boolean getVisible()
    • getRightSide

      public boolean getRightSide()