|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BoundCell
This class represents a single WorkBook Cell which has been bound to an Object.
| Method Summary | |
|---|---|
void |
bindObject(Object dobj,
String col)
bind a Object field in the first row of data for the Object to this CellHandle. |
void |
bindObject(Object dobj,
String col,
int row)
bind a Object field to this CellHandle field. |
void |
setCell(CellHandle c)
|
boolean |
updateCell()
refresh the CellHandle values from the underlying Object value bound to this CellHandle. |
boolean |
updateCell(boolean overwriteMismatch)
refresh the CellHandle values from the underlying Object value bound to this CellHandle. |
void |
updateFromCell()
refresh the Object value from the value of this CellHandle. |
| Method Detail |
|---|
void setCell(CellHandle c)
boolean updateCell()
boolean updateCell(boolean overwriteMismatch)
overwriteMismatch - - override cell type mismatch exceptions by deleting and
re-creating the cell;void updateFromCell()
void bindObject(Object dobj,
String col)
void bindObject(Object dobj,
String col,
int row)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||