gridx
Legend: Array Boolean Constructor Date DomNode Error Function Namespace Number Object RegExp Singleton String

gridx.mobile.Grid

Object » Pane » gridx.mobile.Grid
dojo.require("gridx.mobile.Grid");
Defined in gridx/mobile/Grid.js

A mobile grid that has fixed header, footer and a scrollable body.

Property Summary

Method Summary

  • _buildBody() Build the grid body
  • _buildHeader() Build the grid header when showHeader is true.
  • _createRow(item, i) Create a grid row by object store item.
  • _getCellContent(col, item) Get a cell content by the column definition. * Currently only support string content, will add support for widget in future.
  • _itemToObject(item) Convert a store item to object
  • buildGrid() Build the whole grid
  • buildRendering() Build the grid dom structure.
  • postMixInProperties()
  • resize() Calculate the height of grid body according to the autoHeight property.
  • setColumns(columns) Set columns to show for the grid. Maybe improve performance by adding/removing some columns instead of re-rendering.
  • setStore(store, query, queryOptions)
  • startup()

Attached Objects

Properties

domNode
Overrides Pane
headerNode
Overrides Pane

Methods

_buildBody
Overrides Pane
Build the grid body
_buildHeader
Overrides Pane
Build the grid header when showHeader is true.
_createRow
Overrides Pane
Create a grid row by object store item.
ParameterTypeDescription
item
i
_getCellContent
Overrides Pane
Get a cell content by the column definition. * Currently only support string content, will add support for widget in future.
ParameterTypeDescription
col
item
_itemToObject
Overrides Pane
Convert a store item to object
ParameterTypeDescription
item
buildGrid
Overrides Pane
Build the whole grid
buildRendering
Overrides Pane
Build the grid dom structure.
postMixInProperties
Overrides Pane
resize
Overrides Pane
Calculate the height of grid body according to the autoHeight property.
setColumns
Overrides Pane
Set columns to show for the grid. Maybe improve performance by adding/removing some columns instead of re-rendering.
ParameterTypeDescription
columns
setStore
Overrides Pane
ParameterTypeDescription
store
query
queryOptions
startup
Overrides Pane