Klasse UiTreeGraph.RemoveNodeCommand

java.lang.Object
org.teamapps.dto.UiTreeGraph.RemoveNodeCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
UiTreeGraph

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

    • componentId

      protected String componentId
    • nodeId

      protected String nodeId
  • Konstruktordetails

    • RemoveNodeCommand

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

      public RemoveNodeCommand(String componentId, String nodeId)
  • Methodendetails