borland Packages  Class Hierarchy  dbswing Package 

DBDataBinder interface

com.borland.dbswing.DBDataBinder

About the DBDataBinder interface

Variables  

Implemented by DBButtonDataBinder, DBListDataBinder, DBSliderDataBinder, DBTreeDataBinder, DBTreeNavBinder, JdbCheckBox, JdbList, JdbSlider, JdbToggleButton, JdbTree

Note: This is a feature of JBuilder Professional and Enterprise.

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:


DBDataBinder variables

Variables defined in this interface


DBDataBinder variables

CLEAR_VALUE

  public static final int CLEAR_VALUE = 2
The value in the DataSet is cleared.

DEFAULT

  public static final int DEFAULT = 0
The component is set to its unselected state,or no item is selected.

DISABLE_COMPONENT

  public static final int DISABLE_COMPONENT = 1
The component attached to the data binder is disabled.