Class UiWorkSpaceLayout.ChildWindowClosedEvent

java.lang.Object
org.teamapps.dto.UiWorkSpaceLayout.ChildWindowClosedEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiWorkSpaceLayout

public static class UiWorkSpaceLayout.ChildWindowClosedEvent extends Object implements UiEvent
  • Field Details

    • componentId

      protected String componentId
    • windowId

      protected String windowId
  • Constructor Details

    • ChildWindowClosedEvent

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

      public ChildWindowClosedEvent(String componentId, String windowId)
  • Method Details