Constructordojox.grid.scroller.base

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

virtual scrollbox, abstract class Content must in /rows/ Rows are managed in contiguous sets called /pages/ There are a fixed # of rows per page The minimum rendered unit is a page

Usage

function () (view source)

Jump to PropertiesFunctionsBack to top

FunctionbuildPage(inPageIndex, inReuseNode, inPos)
FunctionfindPage(inTop)
FunctiongetPageHeight(inPageIndex)
FunctioninstallPage(inPageIndex)
FunctionmeasurePage(inPageIndex)
FunctionneedPage(inPageIndex, inPos)
Functionpacify(inShouldPacify)
FunctionpageExists(inPageIndex)
FunctionpositionPage(inPageIndex, inPos)
FunctionpreparePage(inPageIndex, inPos, inReuseNode)
FunctionprocessNodeEvent(e, inNode)
FunctionpushPage(inPageIndex)
FunctionremovePage(inPageIndex)
FunctionrenderPage(inPageIndex)
FunctionrepositionPages(inPageIndex)
FunctionrowHeightChanged(inRowIndex)
Functionscroll(inTop)
FunctionsetKeepInfo(inKeepRows)
FunctionsetPacifying(inPacifying)
FunctionupdatePageHeight(inPageIndex)
FunctionupdateRowCount(inRowCount)

Jump to FunctionsPropertiesBack to top