Package org.teamapps.dto
Class UiTable.CellValueChangedEvent
java.lang.Object
org.teamapps.dto.UiTable.CellValueChangedEvent
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.CellValueChangedEvent(String componentId, int recordId, String columnPropertyName, Object value) -
Method Summary
-
Field Details
-
componentId
-
recordId
protected int recordId -
columnPropertyName
-
value
-
-
Constructor Details
-
CellValueChangedEvent
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
CellValueChangedEvent
-
-
Method Details
-
getUiEventType
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiEvent
-
getRecordId
public int getRecordId() -
getColumnPropertyName
-
getValue
-