javax.rad.ui.control
Interface ICellFormatter


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, String pColumnName, int pRow, int pColumn)
          Gets the ICellFormat for the specified cell.
 

Method Detail

getCellFormat

ICellFormat getCellFormat(IDataBook pDataBook,
                          IDataPage pDataPage,
                          IDataRow pDataRow,
                          String pColumnName,
                          int pRow,
                          int pColumn)
Gets the ICellFormat for the specified cell.

Parameters:
pDataBook - the IDataBook.
pDataPage - the IDataPage.
pDataRow - the IDataRow.
pColumnName - the column name.
pRow - the row index.
pColumn - the column index.
Returns:
the ICellFormat for the specified cell.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.