Module:libextPackage:wrap.ext.dataParent:StoreCopyright (c) 2007, 2008 Point5U, LLC
Milescript - ExtJS Wrapper Library: Project Home | Documentation

wrap.ext.data.GroupingStore

Inheritance : Object : Observable : Store

Constructors

Signature
public GroupingStore(GroupingStoreConfig config)

Methods

NameSignature
clearGroupingvoid clearGrouping()
groupByvoid groupBy(String field)
groupByvoid groupBy(String field, boolean forceRegroup)

Constructors

public GroupingStore(GroupingStoreConfig config)

Parameters

NameTypeDescription
configwrap.ext.data.types.GroupingStoreConfig



Methods

clearGrouping

void clearGrouping()


groupBy

void groupBy(String field)

Parameters

NameTypeDescription
fieldcore.String

groupBy

void groupBy(String field, boolean forceRegroup)

Parameters

NameTypeDescription
fieldcore.String
forceRegroupcore.boolean

Module:libextPackage:wrap.ext.dataParent:StoreCopyright (c) 2007, 2008 Point5U, LLC
Milescript - ExtJS Wrapper Library: Project Home | Documentation