Home
last modified time | relevance | path

Searched refs:selectableRowFilter (Results 1 – 1 of 1) sorted by relevance

/external/autotest/frontend/client/src/autotest/common/table/
DSelectionManager.java33 private SelectableRowFilter selectableRowFilter; field in SelectionManager
50 selectableRowFilter = filter; in setSelectableRowFilter()
69 if (selectableRowFilter != null) { in isSelectable()
70 return selectableRowFilter.isRowSelectable(row); in isSelectable()