Class UiField.SetValueCommand

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

public static class UiField.SetValueCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • value

      protected Object value
  • Constructor Details

    • SetValueCommand

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

      public SetValueCommand(String componentId, Object value)
  • Method Details