| Module: | libext | Package: | wrap.ext.grid | Parent: | GridView | Copyright (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
| Name | Signature |
| collapseAllGroups | void collapseAllGroups() |
| expandAllGroups | void expandAllGroups() |
| getGroupId | void getGroupId(String value) |
| toggleAllGroups | void toggleAllGroups() |
| toggleAllGroups | void toggleAllGroups(boolean expanded) |
| toggleGroup | void toggleGroup(String groupId) |
| toggleGroup | void toggleGroup(String groupId, boolean expanded) |
Constructors
|
public GroupingView(GroupingViewConfig config) Parameters
|
Methods
|
collapseAllGroups void collapseAllGroups() |
|
expandAllGroups void expandAllGroups() |
|
getGroupId void getGroupId(String value) Parameters
|
|
toggleAllGroups void toggleAllGroups() |
|
toggleAllGroups void toggleAllGroups(boolean expanded) Parameters
|
|
toggleGroup void toggleGroup(String groupId) Parameters
|
|
toggleGroup void toggleGroup(String groupId, boolean expanded) Parameters
|
| Module: | libext | Package: | wrap.ext.grid | Parent: | GridView | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |