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. |
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