Class UiTreeGraph.SetNodeExpandedCommand

java.lang.Object
org.teamapps.dto.UiTreeGraph.SetNodeExpandedCommand
All Implemented Interfaces:
UiCommand<Void>
Enclosing class:
UiTreeGraph

public static class UiTreeGraph.SetNodeExpandedCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • nodeId

      protected String nodeId
    • expanded

      protected boolean expanded
  • Constructor Details

    • SetNodeExpandedCommand

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

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