|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.event.BaseObservable
com.extjs.gxt.ui.client.widget.grid.GridView
com.extjs.gxt.ui.client.widget.grid.GroupingView
com.extjs.gxt.ui.client.widget.grid.GroupSummaryView
public class GroupSummaryView
A GroupingView with support for a summary row.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.extjs.gxt.ui.client.widget.grid.GroupingView |
|---|
GroupingView.GroupingViewImages |
| Nested classes/interfaces inherited from class com.extjs.gxt.ui.client.widget.grid.GridView |
|---|
GridView.GridViewImages |
| Constructor Summary | |
|---|---|
GroupSummaryView()
|
|
| Method Summary | |
|---|---|
El |
getSummaryNode(com.google.gwt.dom.client.Element g)
Returns the summary node element. |
boolean |
isSummaryVisible()
Returns true if summaries are visible. |
void |
toggleSummaries(boolean visible)
Toggles the summary information visibility. |
| Methods inherited from class com.extjs.gxt.ui.client.widget.grid.GroupingView |
|---|
collapseAllGroups, expandAllGroups, getGroupRenderer, getImages, initData, isEnableGroupingMenu, isEnableNoGroups, isShowGroupedColumn, isStartCollapsed, setEnableGroupingMenu, setEnableNoGroups, setGroupRenderer, setShowGroupedColumn, setStartCollapsed, toggleAllGroups |
| Methods inherited from class com.extjs.gxt.ui.client.widget.grid.GridView |
|---|
ensureVisible, findCell, findCellIndex, findRow, findRowIndex, focusCell, focusRow, getBody, getCell, getCellSelectorDepth, getEditorParent, getEmptyText, getHeader, getHeaderCell, getRow, getRow, getRowSelectorDepth, getScrollState, getViewConfig, getWidget, isAutoFill, isForceFit, isShowDirtyCells, isSortingEnabled, layout, refresh, scrollToTop, setAutoFill, setCellSelectorDepth, setEmptyText, setForceFit, setRowSelectorDepth, setShowDirtyCells, setSortingEnabled, setViewConfig |
| Methods inherited from class com.extjs.gxt.ui.client.event.BaseObservable |
|---|
addListener, fireEvent, fireEvent, getFiresEvents, getListeners, hasActiveEvent, hasListeners, hasListeners, removeAllListeners, removeListener, setFiresEvents |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroupSummaryView()
| Method Detail |
|---|
public El getSummaryNode(com.google.gwt.dom.client.Element g)
g - the group element
public boolean isSummaryVisible()
public void toggleSummaries(boolean visible)
visible - true for visible, false to hide
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||