Searched refs:jsonObjects (Results 1 – 1 of 1) sorted by relevance
60 protected List<JSONObject> jsonObjects = new ArrayList<JSONObject>(); field in DataTable131 jsonObjects.clear(); in clear()191 jsonObjects.add(row); in addRow()213 jsonObjects.remove(rowIndex); in removeRow()232 return jsonObjects.get(rowIndex); in getRow()236 return Collections.unmodifiableList(jsonObjects); in getAllRows()313 return widgetFactory.createWidget(row - 1, column, jsonObjects.get(row - 1)); in getWidgetForCell()