Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/common/table/
DSelectionManager.java41 public boolean isRowSelectable(JSONObject row); in isRowSelectable() method
70 return selectableRowFilter.isRowSelectable(row); in isSelectable()
/external/autotest/frontend/client/src/autotest/afe/
DHostDetailView.java519 public boolean isRowSelectable(JSONObject row) { in isRowSelectable() method in HostDetailView