Package org.teamapps.dto
Class UiTable.SetColumnMessagesCommand
java.lang.Object
org.teamapps.dto.UiTable.SetColumnMessagesCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected List<UiFieldMessage> -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.SetColumnMessagesCommand(String componentId, String columnPropertyName, List<UiFieldMessage> messages) -
Method Summary
-
Field Details
-
componentId
-
columnPropertyName
-
messages
-
-
Constructor Details
-
SetColumnMessagesCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SetColumnMessagesCommand
public SetColumnMessagesCommand(String componentId, String columnPropertyName, List<UiFieldMessage> messages)
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getColumnPropertyName
-
getMessages
-