public interface GridPanelFactory
Implementations of this interface are used in hierarchical grids to create expandable subgrids.
| Modifier and Type | Method and Description |
|---|---|
GridPanel |
create(GridDataModel model)
Creates an instance of the grid panel and initializes it.
|
GridDataModel |
create(int parentRow,
GridDataModel parentModel)
This method creates a data model.
|
GridPanel create(GridDataModel model)
model - is a model instance.GridDataModel create(int parentRow, GridDataModel parentModel)
It's used by the hiearachical grid if there is no data model defined for the cell in the parent data model.
parentRow - is a parent model row.parentModel - is a parent model instance.Copyright © 2008–2013. All rights reserved.