|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICellFormatable
Platform and technology independent cell formatable definition. It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
Method Summary | |
---|---|
ICellFormatter |
getCellFormatter()
Gets the ICellFormatter . |
void |
setCellFormatter(ICellFormatter pCellFormatter)
Sets the ICellFormatter . |
Method Detail |
---|
ICellFormatter getCellFormatter()
ICellFormatter
.
The ICellFormatter
will be called for every cell and can return a
style for that cell.
ICellFormatter
.setCellFormatter(ICellFormatter)
void setCellFormatter(ICellFormatter pCellFormatter)
ICellFormatter
.
The ICellFormatter
will be called for every cell and can return a
style for that cell.
pCellFormatter
- the ICellFormatter
.getCellFormatter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |