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 cell formatter.
 void setCellFormatter(ICellFormatter pCellFormatter)
          Sets the cell formatter.
 

Method Detail

getCellFormatter

ICellFormatter getCellFormatter()
Gets the cell formatter.

Returns:
the cell formatter.

setCellFormatter

void setCellFormatter(ICellFormatter pCellFormatter)
Sets the cell formatter.

Parameters:
pCellFormatter - the cell formatter.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.