Package org.teamapps.dto
Klasse UiTable.SetSingleCellMessagesCommand
java.lang.Object
org.teamapps.dto.UiTable.SetSingleCellMessagesCommand
- Umschließende Klasse:
UiTable
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Stringprotected Stringprotected List<UiFieldMessage> protected int -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungVeraltet.Only for Jackson deserialization.SetSingleCellMessagesCommand(String componentId, int recordId, String columnPropertyName, List<UiFieldMessage> messages) -
Methodenübersicht
-
Felddetails
-
componentId
-
recordId
protected int recordId -
columnPropertyName
-
messages
-
-
Konstruktordetails
-
SetSingleCellMessagesCommand
Veraltet.Only for Jackson deserialization. Use the other constructor instead. -
SetSingleCellMessagesCommand
public SetSingleCellMessagesCommand(String componentId, int recordId, String columnPropertyName, List<UiFieldMessage> messages)
-
-
Methodendetails
-
toString
-
getComponentId
- Angegeben von:
getComponentIdin SchnittstelleUiCommand<Void>
-
getRecordId
public int getRecordId() -
getColumnPropertyName
-
getMessages
-