| Module: | libext | Package: | wrap.ext.grid | Parent: | Panel | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |
wrap.ext.grid.GridPanel
Inheritance : Object : Observable : Component : BoxComponent : Container : Panel
Constructors
| Signature |
| public GridPanel(GridPanelConfig config) |
Methods
| Name | Signature |
| getColumnModel | ColumnModel getColumnModel() |
| getDragDropText | String getDragDropText() |
| getGridEl | Element getGridEl() |
| getSelectionModel | AbstractSelectionModel getSelectionModel() |
| getStore | Store getStore() |
| getView | GridView getView() |
| reconfigure | void reconfigure(Store store, ColumnModel colModel) |
Properties
| Name | Type | Comment | |
| ddText |
|
Constructors
|
public GridPanel(GridPanelConfig config) Parameters
|
Methods
|
getColumnModel ColumnModel getColumnModel()
|
||||
|
getDragDropText String getDragDropText()
|
||||
|
getGridEl Element getGridEl()
|
||||
|
getSelectionModel AbstractSelectionModel getSelectionModel()
|
||||
|
getStore Store getStore()
|
||||
|
getView GridView getView()
|
||||
|
reconfigure void reconfigure(Store store, ColumnModel colModel) Parameters
|
| Module: | libext | Package: | wrap.ext.grid | Parent: | Panel | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |