-
Method Summary
void
Removes the selected row object from the selection
Expose the underlying row objects
addSelection, addSelection, clearSelection, clearSelection, clearSelection, getFullySelectedColumnPositions, getFullySelectedRowPositions, getSelectedColumnPositions, getSelectedRowCount, getSelectedRowPositions, getSelections, isCellPositionSelected, isColumnPositionFullySelected, isColumnPositionSelected, isEmpty, isMultipleSelectionAllowed, isRowPositionFullySelected, isRowPositionSelected, setMultipleSelectionAllowed
-
Method Details
-
getSelectedRowObjects
List<R> getSelectedRowObjects()
Expose the underlying row objects
- Returns:
- The selected row objects.
-
clearSelection
void clearSelection(R rowObject)
Removes the selected row object from the selection
- Parameters:
rowObject
-