Class UiTable.SetColumnMessagesCommand

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

public static class UiTable.SetColumnMessagesCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • columnPropertyName

      protected String columnPropertyName
    • messages

      protected List<UiFieldMessage> messages
  • Constructor Details

    • SetColumnMessagesCommand

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

      public SetColumnMessagesCommand(String componentId, String columnPropertyName, List<UiFieldMessage> messages)
  • Method Details