borland Packages  Class Hierarchy  dx.dataset Package 

DataSetAware interface

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

About the DataSetAware interface

Properties  
The DataSetAware interface is a way for a component to declare to JDataStore that it knows how to bind to a DataSet. Note that all the interface methods defined here are valid JavaBeans property getters/setters by design to simplify the component's implementation. The ColumnAware interface extends this to include the extra granularity of a single column setting.

The DataSetAware interface has one property only that must be implemented, dataSet.


DataSetAware properties

*Read-only properties **Write-only properties

Properties defined in this interface


DataSetAware properties

dataSet

 public DataSet getDataSet()
 public void setDataSet(DataSet dataSet)
Determines the DataSet the control that implements this interface is linked to.