Class UiTree.NodeExpansionChangedEvent

java.lang.Object
org.teamapps.dto.UiTree.NodeExpansionChangedEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiTree

public static class UiTree.NodeExpansionChangedEvent extends Object implements UiEvent
  • Field Details

    • componentId

      protected String componentId
    • nodeId

      protected int nodeId
    • expanded

      protected boolean expanded
  • Constructor Details

    • NodeExpansionChangedEvent

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

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