Properties Methods Events Config Options Direct Link
Observable
  GridView

Class CQ.Ext.grid.GridView

Package:CQ.Ext.grid
Class:GridView
Subclasses:GroupingView, PivotGridView
Extends:CQ.Ext.util.Observable
Clientlib:cq.widgets

This class encapsulates the user interface of an CQ.Ext.grid.GridPanel. Methods of this class may be used to access user interface elements to enable special display effects. Do not change the DOM structure of the user interface.

This class does not provide ways to manipulate the underlying data. The data model of a Grid is held in an CQ.Ext.data.Store.

Config Options

Config Options Defined By
  headerMenuOpenCls : String
The CSS class to add to the header cell when its menu is visible. Defaults to 'x-grid3-hd-menu-open'
GridView
  rowOverCls : String
The CSS class added to each row when it is hovered over. Defaults to 'x-grid3-row-over'
GridView

Public Properties

Property Defined By
  bodyTpl : CQ.Ext.Template
The template to use when rendering the body. Has a default template
GridView
  cellTpl : CQ.Ext.Template
The template to use to render each cell. Has a default template
GridView
  headerTpl : CQ.Ext.Template
The template to use when rendering headers. Has a default template
GridView
  masterTpl : masterTpl
The master template to use when rendering the GridView. Has a default template
GridView

Public Methods

Method Defined By

Public Events

Event Defined By