Class UiTree.SetSelectedNodeCommand

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

public static class UiTree.SetSelectedNodeCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • recordId

      protected Integer recordId
  • Constructor Details

    • SetSelectedNodeCommand

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

      public SetSelectedNodeCommand(String componentId, Integer recordId)
  • Method Details