public class GridHeaderModel
extends net.sf.jeppers.grid.AbstractGridModel
Constructor and Description |
---|
GridHeaderModel(net.sf.jeppers.grid.RulerModel columnModel,
String pref,
boolean sw1,
boolean isCol)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount() |
int |
getRowCount() |
Object |
getValueAt(int row,
int column) |
boolean |
isCellEditable(int row,
int column) |
void |
setValueAt(Object value,
int row,
int column) |
addGridModelListener, fireGridCellUpdated, fireGridChanged, fireGridColumnsDeleted, fireGridColumnsInserted, fireGridColumnsUpdated, fireGridModelChanged, fireGridRowsDeleted, fireGridRowsInserted, fireGridRowsUpdated, getListeners, removeGridModelListener
public GridHeaderModel(net.sf.jeppers.grid.RulerModel columnModel, String pref, boolean sw1, boolean isCol)
columnModel
- column modelpref
- prefixsw1
- flag to indicate whether enumeration starts with 1isCol
- true, if this header model is for a columnCopyright © 2012. All Rights Reserved.