package com.smartgwt.client.docs;
/**
* The following APIs are all related to AutoFitData.
* @see com.smartgwt.client.widgets.grid.ListGrid#setAutoFitData
* @see com.smartgwt.client.widgets.grid.ListGrid#setAutoFitExtraRecords
* @see com.smartgwt.client.widgets.grid.ListGrid#setAutoFitMaxRecords
* @see com.smartgwt.client.widgets.grid.ListGrid#setAutoFitMaxHeight
* @see com.smartgwt.client.widgets.grid.ListGrid#setAutoFitMaxColumns
* @see com.smartgwt.client.widgets.grid.ListGrid#setAutoFitMaxWidth
* @see com.smartgwt.client.widgets.grid.ListGrid#getAutoFitData
* @see com.smartgwt.client.widgets.grid.ListGrid#getAutoFitMaxHeight
* @see com.smartgwt.client.widgets.grid.ListGrid#getAutoFitMaxRecords
* @see com.smartgwt.client.widgets.grid.ListGrid#getAutoFitExtraRecords
* @see com.smartgwt.client.widgets.grid.ListGrid#getAutoFitMaxWidth
* @see com.smartgwt.client.widgets.grid.ListGrid#getAutoFitMaxColumns
* @see com.smartgwt.client.types.Autofit
*/
public interface AutoFitData {
}