Class UiTabPanel.TabClosedEvent

java.lang.Object
org.teamapps.dto.UiTabPanel.TabClosedEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiTabPanel

public static class UiTabPanel.TabClosedEvent extends Object implements UiEvent
  • Field Details

    • componentId

      protected String componentId
    • tabId

      protected String tabId
  • Constructor Details

    • TabClosedEvent

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

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