Class UiTreeGraph.RemoveNodeCommand

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

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

    • componentId

      protected String componentId
    • nodeId

      protected String nodeId
  • Constructor Details

    • RemoveNodeCommand

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

      public RemoveNodeCommand(String componentId, String nodeId)
  • Method Details