Class UiTable.SetSingleCellMessagesCommand

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

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

    • componentId

      protected String componentId
    • recordId

      protected int recordId
    • columnPropertyName

      protected String columnPropertyName
    • messages

      protected List<UiFieldMessage> messages
  • Constructor Details

    • SetSingleCellMessagesCommand

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

      public SetSingleCellMessagesCommand(String componentId, int recordId, String columnPropertyName, List<UiFieldMessage> messages)
  • Method Details