Package org.teamapps.dto
Class UiTable.SetSingleCellMessagesCommand
java.lang.Object
org.teamapps.dto.UiTable.SetSingleCellMessagesCommand
- Enclosing class:
UiTable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected List<UiFieldMessage> protected int -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.SetSingleCellMessagesCommand(String componentId, int recordId, String columnPropertyName, List<UiFieldMessage> messages) -
Method Summary
-
Field Details
-
componentId
-
recordId
protected int recordId -
columnPropertyName
-
messages
-
-
Constructor Details
-
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
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getRecordId
public int getRecordId() -
getColumnPropertyName
-
getMessages
-