109110111112113114115116117118119
} public void onTableRefreshed() {} }); availableSelection.addListener(new SelectionListener() { public void onAdd(Collection<JSONObject> objects) { for (JSONObject row : objects) { selectRow(row); } selectionRefresh();