Class UiTabPanel.AddTabCommand

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

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

    • componentId

      protected String componentId
    • tab

      protected UiTab tab
    • select

      protected boolean select
  • Constructor Details

    • AddTabCommand

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

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