package com.smartgwt.client.docs; /** * The following APIs are all related to Performance. * @see com.smartgwt.client.grid.GridRenderer#getShowAllRows * @see com.smartgwt.client.grid.GridRenderer#getShowAllColumns * @see com.smartgwt.client.grid.GridRenderer#getDrawAllMaxCells * @see com.smartgwt.client.grid.GridRenderer#getInstantScrollTrackRedraw * @see com.smartgwt.client.grid.GridRenderer#getScrollRedrawDelay * @see com.smartgwt.client.grid.GridRenderer#getDrawAheadRatio * @see com.smartgwt.client.grid.GridRenderer#getQuickDrawAheadRatio * @see com.smartgwt.client.widgets.grid.ListGrid#getShowAllRecords * @see com.smartgwt.client.widgets.grid.ListGrid#getShowAllColumns * @see com.smartgwt.client.widgets.grid.ListGrid#getDrawAllMaxCells * @see com.smartgwt.client.widgets.grid.ListGrid#getDrawAheadRatio * @see com.smartgwt.client.widgets.grid.ListGrid#getQuickDrawAheadRatio * @see com.smartgwt.client.widgets.grid.ListGrid#getInstantScrollTrackRedraw * @see com.smartgwt.client.widgets.grid.ListGrid#getScrollRedrawDelay * @see com.smartgwt.client.widgets.grid.ListGrid#getDataPageSize * @see com.smartgwt.client.widgets.grid.ListGrid#getFastCellUpdates */ public interface Performance { }