javax.rad.ui.control
Interface ICellFormatable

All Known Subinterfaces:
IEditor, ITable, ITree
All Known Implementing Classes:
SwingEditor, SwingTable, SwingTree, UIEditor, UITable, UITree

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

getCellFormatter

ICellFormatter getCellFormatter()
Gets the ICellFormatter.

The ICellFormatter will be called for every cell and can return a style for that cell.

Returns:
the ICellFormatter.
See Also:
setCellFormatter(ICellFormatter)

setCellFormatter

void setCellFormatter(ICellFormatter pCellFormatter)
Sets the ICellFormatter.

The ICellFormatter will be called for every cell and can return a style for that cell.

Parameters:
pCellFormatter - the ICellFormatter.
See Also:
getCellFormatter()


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.