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