Class UiTable.MarkTableFieldCommand
java.lang.Object
org.teamapps.dto.UiTable.MarkTableFieldCommand
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.MarkTableFieldCommand(String componentId, int recordId, String columnPropertyName, boolean mark) -
Method Summary
-
Field Details
-
componentId
-
recordId
protected int recordId -
columnPropertyName
-
mark
protected boolean mark
-
-
Constructor Details
-
MarkTableFieldCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
MarkTableFieldCommand
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getRecordId
public int getRecordId() -
getColumnPropertyName
-
getMark
public boolean getMark()
-