Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/common/table/
DSelectionManager.java31 private DataTable attachedTable; field in SelectionManager
45 attachedTable = table; in SelectionManager()
54 for (int i = 0; i < attachedTable.getRowCount(); i++) { in refreshSelection()
55 JSONObject row = attachedTable.getRow(i); in refreshSelection()
60 attachedTable.highlightRow(i); in refreshSelection()
62 attachedTable.unhighlightRow(i); in refreshSelection()
65 attachedTable.refreshWidgets(); in refreshSelection()
129 selectObjects(attachedTable.getAllRows()); in selectVisible()
188 toggleSelected(attachedTable.getRow(widget.getRow())); in onClick()