com.extjs.gxt.ui.client.data
Interface GroupingLoadConfig

All Superinterfaces:
ListLoadConfig, LoadConfig, ModelData
All Known Implementing Classes:
BaseGroupingLoadConfig

public interface GroupingLoadConfig
extends ListLoadConfig

List load config with support for grouping.


Method Summary
 java.lang.String getGroupBy()
          Returns the group by field.
 void setGroupBy(java.lang.String groupBy)
          Sets the group by field.
 
Methods inherited from interface com.extjs.gxt.ui.client.data.ListLoadConfig
getSortDir, getSortField, getSortInfo, setSortDir, setSortField, setSortInfo
 
Methods inherited from interface com.extjs.gxt.ui.client.data.ModelData
get, getProperties, getPropertyNames, remove, set
 

Method Detail

getGroupBy

java.lang.String getGroupBy()
Returns the group by field.

Returns:
the group by field

setGroupBy

void setGroupBy(java.lang.String groupBy)
Sets the group by field.

Parameters:
groupBy - the group by field