Klasse UiTable.SetColumnMessagesCommand

java.lang.Object
org.teamapps.dto.UiTable.SetColumnMessagesCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
UiTable

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

    • componentId

      protected String componentId
    • columnPropertyName

      protected String columnPropertyName
    • messages

      protected List<UiFieldMessage> messages
  • Konstruktordetails

    • SetColumnMessagesCommand

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

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