Constructordojox.grid.views

dojo.require("dojox.grid._grid.views");
defined in dojox/grid/_grid/views.js

Grid creates views automatically based on grid's layout structure. Users should typically not need to access individual views or the views collection directly.

Usage

function (inGrid) (view source)
parametertypedescription
inGrid  

Jump to PropertiesFunctionsBack to top

FunctionaddView(inView)
Functionarrange(l, w)
FunctionfindClient(inAutoWidth)
FunctionforEach(inCallback)
Returns the first grid view with a scroll bar
FunctiongetViewWidth(inIndex)
FunctiononEach(inMethod, inArgs)
FunctionrenderRow(inRowIndex, inNodes)
FunctionrenormalizeRow(inRowIndex)
FunctionrowRemoved(inRowIndex)
FunctionsetScrollTop(inTop)
FunctionupdateRow(inRowIndex, inHeight)
FunctionupdateRowStyles(inRowIndex)

Jump to FunctionsPropertiesBack to top