javax.rad.ui.control
Interface INodeFormatter
public interface INodeFormatter
Platform and technology independent NodeFormatter definition.
It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
getNodeImage
IImage getNodeImage(IDataBook pDataBook,
IDataPage pDataPage,
IDataRow pDataRow,
String pColumnName,
int pRow,
boolean pExpanded,
boolean pLeaf)
- Gets the image for the given node.
- Parameters:
pDataBook
- the IDataBook.pDataPage
- the IDataPage.pDataRow
- the IDataRow.pColumnName
- the column name.pRow
- the row index.pExpanded
- true if expanded.pLeaf
- true if leaf.
- Returns:
- the ICellFormat for the specified cell.
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.