borland Packages Class Hierarchy dx.dataset Package
com.borland.dx.dataset.DataSetAware +----com.borland.dx.dataset.ColumnAware
PropertiesThe 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.
public DataSet getDataSet() public void setDataSet(DataSet dataSet)Determines the DataSet the control that implements this interface is linked to.