
com.extjs.gxt.ui.client.data.PagingModelMemoryProxy Maven / Gradle / Ivy
/*
* Sencha GXT 2.3.1a - Sencha for GWT
* Copyright(c) 2007-2013, Sencha, Inc.
* [email protected]
*
* http://www.sencha.com/products/gxt/license/
*/
package com.extjs.gxt.ui.client.data;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import com.extjs.gxt.ui.client.util.DefaultComparator;
import com.google.gwt.user.client.rpc.AsyncCallback;
/**
* A specialized DataProxy
the supports paging when the entire data
* set is in memory.
*/
public class PagingModelMemoryProxy extends MemoryProxy> {
private Comparator
© 2015 - 2025 Weber Informatics LLC | Privacy Policy