borland Packages  Class Hierarchy  dx.dataset Package 

ColumnAware interface

com.borland.dx.dataset.DataSetAware
   +----com.borland.dx.dataset.ColumnAware

About the ColumnAware interface

Properties  

The ColumnAware interface is a way for a component to declare to JDataStore that it knows how to bind to a specific column in a specific DataSet. This allows the Inspector to provide additional help when editing these properties. Note that the interface's methods defined here are valid JavaBeans property getters/setters by design to simplify the component's implementation.

The ColumnAware interface extends the DataSetAware interface. If your control does not need to identify a specific column of data (a grid control, for example), implement the DataSetAware interface instead.


ColumnAware properties

*Read-only properties **Write-only properties

Properties defined in this interface

Properties implemented in com.borland.dx.dataset.DataSetAware


ColumnAware properties

columnName

 public String getColumnName()
 public void setColumnName(String columnName)
Determines which Column is accessed by the control that implements this interface in the DataSet.