package com.smartgwt.client.docs;
/**
* The following APIs are all related to Paging.
* @see com.smartgwt.client.data.DSResponse#getStartRow
* @see com.smartgwt.client.data.DSResponse#getEndRow
* @see com.smartgwt.client.data.DSResponse#getTotalRows
* @see com.smartgwt.client.data.DSRequest#getStartRow
* @see com.smartgwt.client.data.DSRequest#getEndRow
*/
public interface Paging {
}