borland Packages Class Hierarchy dx.dataset Package
java.util.EventListener +----com.borland.dx.dataset.ColumnPaintListener
Methods
Implemented by DBEventMonitor, ColumnPaintAdapter
The ColumnPaintListener
interface is used for notification when painting of a value in a Column
at a specific row location is occurring.
void editing(DataSet dataSet, Column column, CustomPaintSite paintSite)Use this method to set display properties for the editor on the incoming
paintSite
.
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.