Class UiField.SetFieldMessagesCommand

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

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

  • Constructor Details

    • SetFieldMessagesCommand

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

      public SetFieldMessagesCommand(String componentId, List<UiFieldMessage> fieldMessages)
  • Method Details