Class UiTabPanel.RemoveTabCommand

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

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

    • componentId

      protected String componentId
    • tabId

      protected String tabId
  • Constructor Details

    • RemoveTabCommand

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

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