Klasse UiTreeGraph.SetNodeExpandedCommand

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

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

    • componentId

      protected String componentId
    • nodeId

      protected String nodeId
    • expanded

      protected boolean expanded
  • Konstruktordetails

    • SetNodeExpandedCommand

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

      public SetNodeExpandedCommand(String componentId, String nodeId, boolean expanded)
  • Methodendetails