package com.smartgwt.client.docs;
/**
* The following APIs are all related to Sorting.
* @see com.smartgwt.client.widgets.grid.ListGridField#sortNormalizer
* @see com.smartgwt.client.widgets.grid.ListGrid#headerClick
* @see com.smartgwt.client.widgets.grid.ListGrid#unsort
* @see com.smartgwt.client.widgets.grid.ListGrid#sort
* @see com.smartgwt.client.widgets.grid.ListGrid#getSortField
* @see com.smartgwt.client.widgets.grid.ListGrid#toggleSort
* @see com.smartgwt.client.widgets.grid.ListGrid#getSort
* @see com.smartgwt.client.widgets.form.fields.SelectItem#getSortField
* @see com.smartgwt.client.widgets.form.fields.ComboBoxItem#getSortField
* @see com.smartgwt.client.widgets.grid.ListGridField#getCanSort
* @see com.smartgwt.client.widgets.grid.ListGridField#getSortDirection
* @see com.smartgwt.client.widgets.grid.ListGrid#getCanSort
* @see com.smartgwt.client.widgets.grid.ListGrid#getSortFieldNum
* @see com.smartgwt.client.widgets.grid.ListGrid#getSortField
* @see com.smartgwt.client.widgets.grid.ListGrid#getSortDirection
* @see com.smartgwt.client.widgets.grid.ListGrid#getShowSortArrow
* @see com.smartgwt.client.widgets.grid.ListGrid#getInitialSort
* @see com.smartgwt.client.types.SortDirection
* @see com.smartgwt.client.types.SortArrow
*/
public interface Sorting {
}