public class GroupSummaryView<M> extends GroupingView<M>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GroupSummaryView.CellTemplate |
static interface |
GroupSummaryView.DefaultCellTemplate |
static interface |
GroupSummaryView.DefaultRowTemplate |
static interface |
GroupSummaryView.RowTemplate |
GroupingView.DefaultGroupHeaderTemplate, GroupingView.DefaultGroupingViewTemplate, GroupingView.GroupHeaderTemplate<M>, GroupingView.GroupingData<M>, GroupingView.GroupingViewTemplate<M>, GroupingView.GroupSummaryTemplate<M>| Constructor and Description |
|---|
GroupSummaryView() |
| Modifier and Type | Method and Description |
|---|---|
XElement |
getSummaryNode(Element g)
Returns the summary node element.
|
boolean |
isSummaryVisible()
Returns true if summaries are visible.
|
void |
toggleSummaries(boolean visible)
Toggles the summary information visibility.
|
addCollapseHandler, addExpandHandler, collapseAllGroups, expandAllGroups, getGroupSummaryTemplate, getGroupTemplate, getGroupViewTemplate, groupBy, isEnabledNoGroups, isEnableGroupingMenu, isShowGroupedColumn, isStartCollapsed, setEnableGroupingMenu, setEnableNoGroups, setGroupSummaryTemplate, setGroupTemplate, setGroupViewTemplate, setShowGroupedColumn, setStartCollapsed, toggleAllGroupsensureVisible, findCell, findCellIndex, findRow, findRowIndex, focusCell, focusRow, getAutoExpandColumn, getAutoExpandMax, getAutoExpandMin, getBody, getCell, getCellSelectorDepth, getEditorParent, getEmptyText, getHeader, getHeaderCell, getInnerCellElement, getRow, getRow, getRowSelectorDepth, getScroller, getScrollState, getViewConfig, isAdjustForHScroll, isAutoFill, isForceFit, isSelectableTarget, isShowDirtyCells, isSortingEnabled, layout, refresh, scrollToTop, setAdjustForHScroll, setAutoExpandColumn, setAutoExpandMax, setAutoExpandMin, setAutoFill, setCellSelectorDepth, setEmptyText, setForceFit, setRowSelectorDepth, setShowDirtyCells, setSortingEnabled, setViewConfigpublic XElement getSummaryNode(Element g)
g - the group elementpublic boolean isSummaryVisible()
public void toggleSummaries(boolean visible)
visible - true for visible, false to hideCopyright © 2012. All Rights Reserved.