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