Class UiTreeGraph.SideListExpandedOrCollapsedEvent

java.lang.Object
org.teamapps.dto.UiTreeGraph.SideListExpandedOrCollapsedEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiTreeGraph

public static class UiTreeGraph.SideListExpandedOrCollapsedEvent extends Object implements UiEvent
  • Field Details

    • componentId

      protected String componentId
    • nodeId

      protected String nodeId
    • expanded

      protected boolean expanded
  • Constructor Details

    • SideListExpandedOrCollapsedEvent

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

      public SideListExpandedOrCollapsedEvent(String componentId, String nodeId, boolean expanded)
  • Method Details