borland Packages  Class Hierarchy  dx.dataset Package 

ColumnPaintListener interface

java.util.EventListener
   +----com.borland.dx.dataset.ColumnPaintListener

About the ColumnPaintListener interface

Methods  

Implemented by ColumnPaintAdapter

The ColumnPaintListener interface is used for notification when painting of a value in a Column at a specific row location is occurring.


ColumnPaintListener methods

Methods defined in this interface


ColumnPaintListener methods

editing(com.borland.dx.dataset.DataSet, com.borland.dx.dataset.Column, com.borland.dx.dataset.CustomPaintSite)

  void editing(DataSet dataSet, Column column, CustomPaintSite paintSite)
Use this method to set display properties for the editor on the incoming paintSite.

painting(com.borland.dx.dataset.DataSet, com.borland.dx.dataset.Column, int, com.borland.dx.dataset.Variant, com.borland.dx.dataset.CustomPaintSite)

  void painting(DataSet dataSet, Column column, int row, Variant value, CustomPaintSite paintSite)
Use this method to set display properties on the incoming paintSite and/or modify the incoming value. If value is modified, it does not affect the value stored in the dataSet. It only affects the value to be displayed.