Class UiWorkSpaceLayout.ViewClosedEvent

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

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

    • componentId

      protected String componentId
    • viewName

      protected String viewName
  • Constructor Details

    • ViewClosedEvent

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

      public ViewClosedEvent(String componentId, String viewName)
  • Method Details