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

gridx.core

Object » gridx.core

Property Summary

Method Summary

  • Cell(grid, row, column) Represents a cell of a grid
  • Column(grid, id) Represents a column of a grid
  • Core() This is the logical grid (also the base class of the grid widget), providing grid data model and defines a module/plugin framework so that the whole grid can be as flexible as possible while still convenient enough for web page developers.
  • Row(grid, id) Represents a row of a grid
  • _Module(grid, args)

Attached Objects

Properties

model

Methods

Cell

An instance of this class represents a grid cell. This class should not be directly instantiated by users. It should be returned by grid APIs.

ParameterTypeDescription
grid
row
column
Column

An instance of this class represents a grid column. This class should not be directly instantiated by users. It should be returned by grid APIs.

ParameterTypeDescription
grid
id
Core
This is the logical grid (also the base class of the grid widget), providing grid data model and defines a module/plugin framework so that the whole grid can be as flexible as possible while still convenient enough for web page developers.
Row

An instance of this class represents a grid row. This class should not be directly instantiated by users. It should be returned by grid APIs.

ParameterTypeDescription
grid
id
_Module
ParameterTypeDescription
grid
args