HomeSort by relevance Sort by last modified time
    Searched full:attachedtable (Results 1 - 1 of 1) sorted by null

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

Completed in 80 milliseconds