borland Packages Class Hierarchy dx.dataset Package
com.borland.dx.dataset.DataSetAware +----com.borland.dx.dataset.ColumnAware
Properties
Implemented by DBButtonDataBinder, DBColumnAwareSupport, DBLabelDataBinder, DBLabelSupport, DBListDataBinder, DBListModel, DBSliderDataBinder, DBTableModel, DBTextDataBinder, DBTreeDataBinder, DBTreeNavBinder, JdbCheckBox, JdbComboBox, JdbEditorPane, JdbLabel, JdbList, JdbNavComboBox, JdbNavField, JdbNavList, JdbNavTree, JdbRadioButton, JdbSlider, JdbTable, JdbTextArea, JdbTextField, JdbTextPane, JdbToggleButton, JdbTree, AbstractIxBooleanInput, AbstractIxButton, AbstractIxControl, AbstractIxDataWidget, AbstractIxInput, AbstractIxList, IxCheckBox, IxComboBox, IxControl, IxHidden, IxImageButton, IxLink, IxListBox, IxPassword, IxPushButton, IxRadioButton, IxResetButton, IxSpan, IxSubmitButton, IxTable, IxTextArea, IxTextField
The DataSetAware
interface is a way for a component to declare 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
.
public DataSet getDataSet() public void setDataSet(DataSet dataSet)Determines the
DataSet
the control that implements this interface is linked to.