Class UiTable.SetColumnMessagesCommand

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

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

    • componentId

      protected java.lang.String componentId
    • columnPropertyName

      protected java.lang.String columnPropertyName
    • messages

      protected java.util.List<UiFieldMessage> messages
  • Constructor Details

    • SetColumnMessagesCommand

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

      public SetColumnMessagesCommand​(java.lang.String componentId, java.lang.String columnPropertyName, java.util.List<UiFieldMessage> messages)
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getComponentId

      public java.lang.String getComponentId()
      Specified by:
      getComponentId in interface UiCommand<java.lang.Void>
    • getColumnPropertyName

      public java.lang.String getColumnPropertyName()
    • getMessages

      public java.util.List<UiFieldMessage> getMessages()