Class UiScript.CallFunctionCommand

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

public static class UiScript.CallFunctionCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • name

      protected String name
    • parameters

      protected List parameters
  • Constructor Details

    • CallFunctionCommand

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

      public CallFunctionCommand(String componentId, String name, List parameters)
  • Method Details