Class UiTabPanel.SetTabConfigurationCommand

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

public static class UiTabPanel.SetTabConfigurationCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • tabId

      protected String tabId
    • icon

      protected String icon
    • caption

      protected 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(String componentId, String tabId, String icon, String caption, boolean closeable, boolean visible, boolean rightSide)
  • Method Details

    • toString

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

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

      public String getTabId()
    • getIcon

      public String getIcon()
    • getCaption

      public String getCaption()
    • getCloseable

      public boolean getCloseable()
    • getVisible

      public boolean getVisible()
    • getRightSide

      public boolean getRightSide()