public class TreeCellFactory extends DefaultGridCellFactory
GridCell.| Constructor and Description |
|---|
TreeCellFactory(EditableGrid grid)
Creates an instance of the factory.
|
| Modifier and Type | Method and Description |
|---|---|
GridCell |
create(int row,
int column,
Object data)
This method creates a new data cell.
|
public TreeCellFactory(EditableGrid grid)
grid - is a grid instance.public GridCell create(int row, int column, Object data)
create in interface GridCellFactorycreate in class DefaultGridCellFactoryrow - is a row number.column - is a column number.data - is data to be placed into the cell.Copyright © 2008–2013. All rights reserved.