borland Packages  Class Hierarchy  jbcl.dataset Package  Index 

DataSetAware interface

borland.jbcl.dataset.DataSetAware
   +----borland.jbcl.dataset.ColumnAware

About the DataSetAware interface

Properties  

Implemented by JdbCheckBox, JdbComboBox, JdbLabel, JdbList, JdbNavComboBox, JdbNavList, JdbNavToolBar, JdbRadioButton, JdbStatusLabel, JdbTable, JdbTextArea, JdbTextField, JdbTextPane, JdbToggleButton, CheckboxControl, ChoiceControl, FieldControl, GridControl, ImageControl, LabelControl, ListControl, LocatorControl, NavigatorControl, StatusBar, TextAreaControl, TextFieldControl

The DataSetAware interface is a way for a component to declare to JBuilder that it knows how to bind to a DataSet. This allows the Inspector to provide additional help when editing these properties. 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(borland.jbcl.dataset.DataSet dataSet)
Determines the DataSet the control that implements this interface is linked to.