| de.ug2t.unifiedGui.cellRenderer.IUnTableItemRenderer
All known Subclasses: de.ug2t.unifiedGui.cellRenderer.AUnTableItemRenderer,
IUnTableItemRenderer | public interface IUnTableItemRenderer (Code) | | author: Dirk author: date: 20.02.2005 author: author: Purpose: This interface is used to render cell content and special cell properties of a table widget author:
|
pcmf_doCellPropSettings | public boolean pcmf_doCellPropSettings()(Code) | |
Informs the framework whether you want to render special cell properties or not
If you do not need the functionality you can use the abstract class AUnTableItemRenderer instead
true indicates special properties, otherwise false |
pcmf_getRenderWidget | public Object pcmf_getRenderWidget(Object xToRender, int xRow, int xCol, IUnTable xTable)(Code) | |
Renderes a list item
rendered widget Parameters: xToRender - object wich has to be rendered Parameters: xRow - row Parameters: xCol - collumn Parameters: xTable - table widget
|
pcmf_setCellProps | public void pcmf_setCellProps(Object xToRender, int xRow, int xCol, IUnTable xTable)(Code) | |
Sets special cell propertires during the render process
If you do not need the functionality you can use the abstract class AUnTableItemRenderer instead
Parameters: xToRender - object wich has to be rendered Parameters: xRow - row Parameters: xCol - collumn Parameters: xTable - table widget |
|
|