Class UiTabPanel.SelectTabCommand

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

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

    • componentId

      protected String componentId
    • tabId

      protected String tabId
  • Constructor Details

    • SelectTabCommand

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

      public SelectTabCommand(String componentId, String tabId)
  • Method Details