|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use JUCtrlValueBinding | |
| oracle.jbo.uicli.binding | Contains JClient classes that handle interaction with BC4J objects for various JClient bindings. |
| oracle.jbo.uicli.jui | Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. |
| Uses of JUCtrlValueBinding in oracle.jbo.uicli.binding |
| Subclasses of JUCtrlValueBinding in oracle.jbo.uicli.binding | |
class |
JUCtrlAttrsBindingA JUControlBinding class responsible for binding controls/models that are bound to a single Row object in the BC4J layer. |
class |
JUCtrlBoolBindingImplements data binding support for controls that allow only one of two values, like a checkbox. |
class |
JUCtrlHierBinding |
class |
JUCtrlHierNodeBinding |
class |
JUCtrlListBindingA JUCtrlAttrsBinding class responsible displaying a list of values from a static list or a list calculated at runtime using another BC4J ViewObject/RowIterator. |
class |
JUCtrlRangeBindingA JUControlBinding class responsible for binding controls/models that are bound to a range of Row objects in the BC4J layer. |
| Methods in oracle.jbo.uicli.binding with parameters of type JUCtrlValueBinding | |
void |
JUIteratorBinding.addValueBinding(JUCtrlValueBinding bnd)Adds the given control binding object to its list. |
boolean |
JUIteratorBinding.removeValueBinding(JUCtrlValueBinding bnd)Removes the given control binding object from its list. |
| Uses of JUCtrlValueBinding in oracle.jbo.uicli.jui |
| Subclasses of JUCtrlValueBinding in oracle.jbo.uicli.jui | |
class |
GraphDataFromCol |
class |
GraphDataFromRow |
class |
JUButtonBindingImplements binding a Swing AbstractButton object with a BC4J attribute. |
class |
JUButtonGroupBindingBinds a group of buttons in a panel to an attribute in a ViewObject such that on selection of a given button, this binding works like a LOV binding or used to display an enumerated list for update. |
class |
JUComboBoxBindingImplements binding a Swing JComboBox to a BC4J Attribute or ViewObject or as an LOV (list of values). |
class |
JUDefaultControlBindingImplements a generic binding for any Swing control (custom or not) to bind to a BC4J attribute. |
class |
JUGraphBindingData source for the Perspective chart bean. |
class |
JULabelBindingBinds a label control as a control binding so that the text for the label is derived from an attribute of a ViewObject row. |
class |
JUListSingleSelBindingImplements binding a Swing JList (in single selection mode) to a BC4J Attribute, ViewObject, or as an LOV. |
class |
JULovButtonBindingBinds a JButton with an iterator such that on button action, an LOV dialog (either a framework default dialog or an application-specific one) is displayed; upon the dialog close, the current row from the associated iterator is used to update values of bound attributes in a target row of a target RowIterator. |
class |
JUMasterDetailGraphBindingData source for the BI Graph bean. |
class |
JUProgressBarAttrBindingImplements binding a JProgressBar control with a BC4J attribute. |
class |
JUScrollBarAttrBindingImplements binding a JScrollBar control with an Attribute in a BC4J RowSet. |
class |
JUSingleTableGraphBindingData source for the BI Graph bean. |
class |
JUSliderAttrBindingImplements binding a JSlider control with an Attribute in a BC4J RowSet. |
class |
JUSpinnerBindingImplements binding for JSpinner control. |
class |
JUTableBindingA lightweight TableModel that implements binding a javax.swing.JTable to a RowIterator for a BC4J ViewObject. |
class |
JUTextFieldBindingJUTextFieldBinding is a lightweight Document model that implements binding a javax.swing.JTextComponent to an attribute in a row of a BC4J ViewObject. |
class |
JUTreeBindingA lightweight Document model that implements binding a javax.swing.JTree to a BC4J RowIterator and display a selected attribute. |
class |
JUTreeNodeBindingThis class implements rules that govern display of each node in a JTree that is bound to a JUTreeBinding. |
| Constructors in oracle.jbo.uicli.jui with parameters of type JUCtrlValueBinding | |
JUSVUpdateableFocusAdapter(JUCtrlValueBinding controlBinding, int attrIndex)Creates an instance of this adapter for the given control binding and registers an interest in the attribute at the given index (for most controls this value is zero) in the control binding. | |
|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright © 1997, 2003, Oracle. All rights reserved.