Klasse UiTabPanel.SetTabConfigurationCommand

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

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

    • 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
  • Konstruktordetails

    • SetTabConfigurationCommand

      @Deprecated public SetTabConfigurationCommand()
      Veraltet.
      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)
  • Methodendetails

    • toString

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

      public String getComponentId()
      Angegeben von:
      getComponentId in Schnittstelle 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()