|
Oracle Application Development Framework Model and Business Components Java API Reference
10.1.3.1.0 B28969-01 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JUCtrlValueBinding | |
oracle.adf.model.binding | Contains the abstract implementation of ADFm binding objects. |
oracle.jbo.uicli.binding | Contains ADF Swing classes that handle interaction with BC4J objects for various ADF Swing bindings. |
oracle.jbo.uicli.graph | Contains classes that implement bindings for ADF Swing Graph controls. |
oracle.jbo.uicli.jui | Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. |
Uses of JUCtrlValueBinding in oracle.adf.model.binding |
Methods in oracle.adf.model.binding that return JUCtrlValueBinding | |
static JUCtrlValueBinding |
DCUtil.getValueBinding(oracle.adf.model.BindingContext bctx, java.lang.String path, char sep) |
static JUCtrlValueBinding |
DCUtil.getValueBinding(DCBindingContainer bindingContainer, java.lang.String path) |
Methods in oracle.adf.model.binding with parameters of type JUCtrlValueBinding | |
static oracle.ord.im.OrdDomainIOInterface |
DCUtil.getOrdObject(java.io.InputStream inStream, java.lang.String contentType, JUCtrlValueBinding binding) Get an interMedia object for an InputStream |
Uses of JUCtrlValueBinding in oracle.jbo.uicli.binding |
Subclasses of JUCtrlValueBinding in oracle.jbo.uicli.binding | |
class |
JUCtrlAttrsBinding A JUControlBinding class responsible for binding controls/models that are bound to a single Row object in the BC4J layer. |
class |
JUCtrlBoolBinding Implements data binding support for controls that allow only one of two values, like a checkbox. |
class |
JUCtrlHierBinding |
class |
JUCtrlHierNodeBinding |
class |
JUCtrlListBinding A JUCtrlAttrsBinding class responsible displaying a list of values from a static list or a list calculated at runtime using another BC4J ViewObject/RowIterator. |
class |
JUCtrlParameterBinding A JUControlBinding class responsible for binding controls/models that are bound to a single Row object in the BC4J layer. |
class |
JUCtrlRangeBinding A 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 that return JUCtrlValueBinding | |
JUCtrlValueBinding |
JUFormBinding.findCtrlValueBinding(java.lang.String name) *** For internal framework use only *** |
JUCtrlValueBinding |
JUCtrlValueBindingRef.getBinding() |
Methods in oracle.jbo.uicli.binding with parameters of type JUCtrlValueBinding | |
java.lang.Object |
JUCtrlValueHandler.getInputValue(JUCtrlValueBinding binding, int index) Return a custom valueHandle for inputValue. |
java.lang.Object |
JUCtrlValueBinding.getInputValue(JUCtrlValueBinding binding, int index) |
void |
JUCtrlValueBinding.setInputValue(JUCtrlValueBinding binding, int index, java.lang.Object value) |
protected void |
JUCtrlValueBinding.setInputValueInRow(JUCtrlValueBinding binding, Row row, AttributeDef ad, java.lang.Object value, boolean handleException) |
protected java.lang.Object |
JUCtrlValueBinding.getInputValueInRow(JUCtrlValueBinding binding, Row row, AttributeDef ad) |
boolean |
JUCtrlValueBinding.isNewInputValue(JUCtrlValueBinding binding, int index, java.lang.Object value) Returns true, if the caller needs to call setInputValue() on this binding to update the current attribute value that this binding is set to. |
protected java.lang.Object |
JUCtrlRangeBinding.getInputValueInRow(JUCtrlValueBinding binding, Row row, AttributeDef ad) |
protected void |
JUCtrlRangeBinding.setInputValueInRow(JUCtrlValueBinding binding, Row row, AttributeDef ad, java.lang.Object value, boolean handleException) |
void |
JUCtrlInputValueHandler.setInputValue(JUCtrlValueBinding binding, int index, java.lang.Object value) Implement value specific handling of the inputValue. |
boolean |
JUCtrlInputValueHandler.isNewInputValue(JUCtrlValueBinding binding, int index, java.lang.Object value) Returns true, if the caller needs to call setInputValue() on this binding to update the current attribute value that this binding is set to. |
Constructors in oracle.jbo.uicli.binding with parameters of type JUCtrlValueBinding | |
JUCtrlValueBindingRef(JUCtrlValueBinding binding, int index, Row row) |
Uses of JUCtrlValueBinding in oracle.jbo.uicli.graph |
Subclasses of JUCtrlValueBinding in oracle.jbo.uicli.graph | |
class |
GraphDataFromCol |
class |
GraphDataFromRow |
class |
JUGraphBinding Data source for the Perspective chart bean. |
class |
JUMasterDetailGraphBinding Data source for the BI Graph bean. |
class |
JUSingleTableGraphBinding Data source for the BI Graph bean. |
Uses of JUCtrlValueBinding in oracle.jbo.uicli.jui |
Subclasses of JUCtrlValueBinding in oracle.jbo.uicli.jui | |
class |
JUButtonBinding Implements binding a Swing AbstractButton object with a BC4J attribute. |
class |
JUButtonGroupBinding Binds 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 |
JUComboBoxBinding Implements binding a Swing JComboBox to a BC4J Attribute or ViewObject or as an LOV (list of values). |
class |
JUDefaultControlBinding Implements a generic binding for any Swing control (custom or not) to bind to a BC4J attribute. |
class |
JUFormattedTextFieldBinding JUI binding for JFormattedTextField |
class |
JULabelBinding Binds a label control as a control binding so that the text for the label is derived from an attribute of a ViewObject row. |
class |
JUListSingleSelBinding Implements binding a Swing JList (in single selection mode) to a BC4J Attribute, ViewObject, or as an LOV. |
class |
JULovButtonBinding Binds 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 |
JUProgressBarAttrBinding Implements binding a JProgressBar control with a BC4J attribute. |
class |
JUScrollBarAttrBinding Implements binding a JScrollBar control with an Attribute in a BC4J RowSet. |
class |
JUSliderAttrBinding Implements binding a JSlider control with an Attribute in a BC4J RowSet. |
class |
JUSpinnerBinding Implements binding for JSpinner control. |
class |
JUTableBinding A lightweight TableModel that implements binding a javax.swing.JTable to a RowIterator for a BC4J ViewObject. |
class |
JUTextFieldBinding JUTextFieldBinding is a lightweight Document model that implements binding a javax.swing.JTextComponent to an attribute in a row of a BC4J ViewObject. |
class |
JUTreeBinding A lightweight Document model that implements binding a javax.swing.JTree to a BC4J RowIterator and display a selected attribute. |
class |
JUTreeNodeBinding This 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. |
|
Oracle Application Development Framework Model and Business Components Java API Reference
10.1.3.1.0 B28969-01 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |