Guest User

Untitled

a guest
Jan 22nd, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. this.grid.setFetchOperation(OPERATION_ID_ADVANCED);
  2. DSRequest requestProperties = new DSRequest();
  3. Map<String, String> params = new HashMap<String, String>();
  4. params.put("AGREGATID", agregatID);
  5. requestProperties.setParams(params);
  6. this.grid.fetchData(criteria, new DSCallback() {
  7. public void execute(final DSResponse response,
  8. final Object rawData, final DSRequest request) {
  9. // GrappeView.this.updateCount(response.getTotalRows());
  10. }
  11. }, requestProperties);
Add Comment
Please, Sign In to add comment