| Module: | libext | Package: | wrap.ext.grid | Parent: | Observable | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |
wrap.ext.grid.GridView
Inheritance : Object : Observable
Constructors
| Signature |
| public GridView(GridViewConfig config) |
Methods
| Name | Signature |
| focusCell | void focusCell(int row, int col) |
| focusRow | void focusRow(int row) |
| getCell | HTMLElement getCell(int row, int col) |
| getHeaderCell | HTMLElement getHeaderCell(int index) |
| getRow | HTMLElement getRow(int index) |
| getRowClass | void getRowClass(Record record, int index, Array<RowTemplateConfig> rowParams, Store ds) |
| refresh | void refresh() |
| refresh | void refresh(boolean headersToo) |
| scrollToTop | void scrollToTop() |
Properties
| Name | Type | Comment | |
| columnsText |
| ||
| scrollOffset |
| ||
| sortAscText |
| ||
| sortClasses |
| ||
| sortDescText |
|
Constructors
|
public GridView(GridViewConfig config) Parameters
|
Methods
|
focusCell void focusCell(int row, int col) Parameters
|
|
focusRow void focusRow(int row) Parameters
|
|
getCell HTMLElement getCell(int row, int col)
Parameters
|
|||||||||||||
|
getHeaderCell HTMLElement getHeaderCell(int index)
Parameters
|
||||||||||
|
getRow HTMLElement getRow(int index)
Parameters
|
||||||||||
|
getRowClass void getRowClass(Record record, int index, Array<RowTemplateConfig> rowParams, Store ds) Parameters
|
|
refresh void refresh() |
|
refresh void refresh(boolean headersToo) Parameters
|
|
scrollToTop void scrollToTop() |
| Module: | libext | Package: | wrap.ext.grid | Parent: | Observable | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |