Class UiWindow.ClosedEvent

java.lang.Object
org.teamapps.dto.UiWindow.ClosedEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiWindow

public static class UiWindow.ClosedEvent extends Object implements UiEvent
  • Field Details

    • componentId

      protected String componentId
  • Constructor Details

    • ClosedEvent

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

      public ClosedEvent(String componentId)
  • Method Details