Class UiWorkSpaceLayout.ViewSelectedEvent

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

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

    • componentId

      protected String componentId
    • viewGroupId

      protected String viewGroupId
    • viewName

      protected String viewName
    • siblingViewNames

      protected List<String> siblingViewNames
  • Constructor Details

    • ViewSelectedEvent

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

      public ViewSelectedEvent(String componentId, String viewGroupId, String viewName, List<String> siblingViewNames)
  • Method Details