Class UiButton.SetOnClickJavaScriptCommand

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

public static class UiButton.SetOnClickJavaScriptCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • onClickJavaScript

      protected String onClickJavaScript
  • Constructor Details

    • SetOnClickJavaScriptCommand

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

      public SetOnClickJavaScriptCommand(String componentId, String onClickJavaScript)
  • Method Details