|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICellFormatter
Platform and technology independent CellFormatter definition. It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
Method Summary | |
---|---|
ICellFormat |
getCellFormat(IDataBook pDataBook,
IDataPage pDataPage,
IDataRow pDataRow,
java.lang.String pColumnName,
int pRow,
int pColumn)
Gets the ICellFormat for the specified cell. |
Method Detail |
---|
ICellFormat getCellFormat(IDataBook pDataBook, IDataPage pDataPage, IDataRow pDataRow, java.lang.String pColumnName, int pRow, int pColumn) throws java.lang.Throwable
ICellFormat
for the specified cell.
A note for implementations, the created ICellFormat
can and
should be cached they do not change.
pDataBook
- the IDataBook
.pDataPage
- the IDataPage
.pDataRow
- the IDataRow
.pColumnName
- the name of the column.pRow
- the index of the displayed row. This is not necessarily the
same as the model index. If you want to get the value, use
pDataRow
.pColumn
- the index of the displayed column. This is not necessarily
the same as the model index. If you want to get the value, use
pColumnName
and pDataRow
.
ICellFormat
for the specified cell.
java.lang.Throwable
- if an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |