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

wrap.ext.grid.GroupingView

Inheritance : Object : Observable : GridView

Constructors

Signature
public GroupingView(GroupingViewConfig config)

Methods

NameSignature
collapseAllGroupsvoid collapseAllGroups()
expandAllGroupsvoid expandAllGroups()
getGroupIdvoid getGroupId(String value)
toggleAllGroupsvoid toggleAllGroups()
toggleAllGroupsvoid toggleAllGroups(boolean expanded)
toggleGroupvoid toggleGroup(String groupId)
toggleGroupvoid toggleGroup(String groupId, boolean expanded)

Constructors

public GroupingView(GroupingViewConfig config)

Parameters

NameTypeDescription
configwrap.ext.grid.types.GroupingViewConfig



Methods

collapseAllGroups

void collapseAllGroups()


expandAllGroups

void expandAllGroups()


getGroupId

void getGroupId(String value)

Parameters

NameTypeDescription
valuecore.String

toggleAllGroups

void toggleAllGroups()


toggleAllGroups

void toggleAllGroups(boolean expanded)

Parameters

NameTypeDescription
expandedcore.boolean

toggleGroup

void toggleGroup(String groupId)

Parameters

NameTypeDescription
groupIdcore.String

toggleGroup

void toggleGroup(String groupId, boolean expanded)

Parameters

NameTypeDescription
groupIdcore.String
expandedcore.boolean

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