borland Packages Class Hierarchy dbswing Package
com.borland.dbswing.DBDataBinder
Variables
Implemented by DBButtonDataBinder, DBListDataBinder, DBSliderDataBinder, DBTreeDataBinder, DBTreeNavBinder, JdbCheckBox, JdbList, JdbSlider, JdbToggleButton, JdbTree
The DBDataBinder
interface contains three constants that are used by most data binder components. The constants indicate modes that specify what happens when an unknown data value is found in the DataSet
. These are the constants and their meanings:
DataSet
is cleared.
public static final int CLEAR_VALUE = 2The value in the
DataSet
is cleared.
public static final int DEFAULT = 0The component is set to its unselected state,or no item is selected.
public static final int DISABLE_COMPONENT = 1The component attached to the data binder is disabled.