Searched refs:jsonObjects (Results 1 - 1 of 1) sorted by relevance

/external/autotest/frontend/client/src/autotest/common/table/
H A DDataTable.java60 protected List<JSONObject> jsonObjects = new ArrayList<JSONObject>(); field in class:DataTable
131 jsonObjects.clear();
191 jsonObjects.add(row);
213 jsonObjects.remove(rowIndex);
232 return jsonObjects.get(rowIndex);
236 return Collections.unmodifiableList(jsonObjects);
313 return widgetFactory.createWidget(row - 1, column, jsonObjects.get(row - 1));

Completed in 4387 milliseconds