Attributes | Name and Description |
---|---|
|
caplin.grid.GridScrollPane(caplin.grid.GridView gridView, Map dimensions, function scrollBarCtor)
|
Attributes | Name and Description |
---|---|
|
int
getNumberOfDisplayedRows()
Returns the number of displayed rows. |
|
DOMElement
getRowElement(int rowIndex)
Returns the row element at the specified index. |
|
DOMElement
getScrollPaneContent()
Returns the content element of the scroll pane. |
►
caplin.grid.GridScrollPane(caplin.grid.GridView gridView, Map dimensions, function scrollBarCtor)
caplin.grid.GridView | gridView | the grid view |
Map | dimensions | Map of scrolling widths & heights |
function | scrollBarCtor | ScrollBar constructor. If omitted native ScrollBar will be used. |
►
int
getNumberOfDisplayedRows()
Returns the number of displayed rows.
►
DOMElement
getRowElement(int rowIndex)
Returns the row element at the specified index.
int | rowIndex | the index of the row element to get. |
►
DOMElement
getScrollPaneContent()
Returns the content element of the scroll pane.