Class UiTable.SelectRecordsCommand
java.lang.Object
org.teamapps.dto.UiTable.SelectRecordsCommand
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.SelectRecordsCommand(String componentId, List<Integer> recordIds, boolean scrollToFirstRecord) -
Method Summary
-
Field Details
-
componentId
-
recordIds
-
scrollToFirstRecord
protected boolean scrollToFirstRecord
-
-
Constructor Details
-
SelectRecordsCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SelectRecordsCommand
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getRecordIds
-
getScrollToFirstRecord
public boolean getScrollToFirstRecord()
-