Klasse UiTabPanel.AddTabCommand

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

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

    • componentId

      protected String componentId
    • tab

      protected UiTab tab
    • select

      protected boolean select
  • Konstruktordetails

    • AddTabCommand

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

      public AddTabCommand(String componentId, UiTab tab, boolean select)
  • Methodendetails