|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use JboAbstractMap | |
| oracle.adf.model.bc4j | |
| oracle.adf.model.binding | Contains the abstract implementation of ADFm binding objects. |
| oracle.adf.model.generic | |
| oracle.adf.model.generic.toplink | |
| oracle.jbo.common.ws | |
| oracle.jbo.uicli.binding | Contains JClient classes that handle interaction with BC4J objects for various JClient bindings. |
| oracle.jbo.uicli.graph | |
| oracle.jbo.uicli.jui | Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. |
| oracle.jbo.uicli.uix | |
| Uses of JboAbstractMap in oracle.adf.model.bc4j |
| Subclasses of JboAbstractMap in oracle.adf.model.bc4j | |
class |
DCJboDataControlThe application class that manages connection to a BC4J Application Module. |
| Uses of JboAbstractMap in oracle.adf.model.binding |
| Subclasses of JboAbstractMap in oracle.adf.model.binding | |
class |
DCBindingContainerCorresponds to a Swing JFrame or a JSP Page instance and manages bindings used in a frame. |
class |
DCBindingContainerReference |
class |
DCControlBindingThe base class for all binding objects in the ADF framework that bind a View control/model to an object or an attribute of an object in a DataControl. |
class |
DCDataControlThe application class that manages connection to a Data Provider object. |
class |
DCDataControlReference |
| Uses of JboAbstractMap in oracle.adf.model.generic |
| Subclasses of JboAbstractMap in oracle.adf.model.generic | |
class |
DCGenericDataControl |
| Uses of JboAbstractMap in oracle.adf.model.generic.toplink |
| Subclasses of JboAbstractMap in oracle.adf.model.generic.toplink | |
class |
TopLinkDataControlPurpose: Data control for use of TopLink within ADF. |
| Uses of JboAbstractMap in oracle.jbo.common.ws |
| Subclasses of JboAbstractMap in oracle.jbo.common.ws | |
class |
WSAMComponent |
class |
WSApplicationModuleImpl |
class |
WSComponentObjectImpl |
class |
WSObject |
class |
WSRowSetImpl |
class |
WSRowSetIteratorBase |
class |
WSRowSetIteratorImpl |
class |
WSViewLinkImpl |
class |
WSViewObjectImpl |
| Uses of JboAbstractMap in oracle.jbo.uicli.binding |
| Subclasses of JboAbstractMap in oracle.jbo.uicli.binding | |
class |
JUApplicationThe application class that manages connection to a BC4J Application Module. |
class |
JUControlBindingThe base class for all binding objects in the JClient framework that bind a Swing control/model to a BC4J attribute(s). |
class |
JUCtrlActionBindingImplements actions on BC4J RowIterator to which this control is bound. |
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. |
class |
JUCtrlScrollBindingImplements binding of controls like Scrollbar, Slider, etc to a ViewObject. |
class |
JUCtrlValueBindingA JUControlBinding class responsible for maintaining which attribute(s) of a row this binding can display/update. |
class |
JUCtrlValueBindingRefThe base class for all binding objects in the JClient framework that bind a Swing control/model to a BC4J attribute(s). |
class |
JUFormBindingCorresponds to a Swing JFrame instance and manages bindings used in a frame. |
| Uses of JboAbstractMap in oracle.jbo.uicli.graph |
| Subclasses of JboAbstractMap in oracle.jbo.uicli.graph | |
class |
oracle.jbo.uicli.graph.GraphDataFromCol |
class |
oracle.jbo.uicli.graph.GraphDataFromRow |
class |
oracle.jbo.uicli.graph.JUGraphBinding |
class |
oracle.jbo.uicli.graph.JUMasterDetailGraphBinding |
class |
oracle.jbo.uicli.graph.JUSingleTableGraphBinding |
| Uses of JboAbstractMap in oracle.jbo.uicli.jui |
| Subclasses of JboAbstractMap in oracle.jbo.uicli.jui | |
class |
JUActionBindingImplements binding for a JButton to one of the commonly-used methods on the associated RowSet. |
(package private) class |
oracle.jbo.uicli.jui.JUBoundedRangeBindingImplements interaction with Swing's BoundedRangeModel and the corresponding JClient binding class for controls that support scrolling, such as JUCtrlScrollBinding. |
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 |
JUFormattedTextFieldBindingJUI binding for JFormattedTextField |
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 |
JUPanelBindingA container class that manages JUIteratorBindings, etc. |
class |
JUProgressBarAttrBindingImplements binding a JProgressBar control with a BC4J attribute. |
class |
JUProgressBarBindingImplements binding a JProgressBar control with a BC4J RowSetIterator/ViewObject. |
class |
JUScrollBarAttrBindingImplements binding a JScrollBar control with an Attribute in a BC4J RowSet. |
class |
JUScrollBarBindingImplements binding a JScrollBar control with a BC4J RowSetIterator/ViewObject. |
class |
JUSliderAttrBindingImplements binding a JSlider control with an Attribute in a BC4J RowSet. |
class |
JUSliderBindingImplements binding a JSlider control with a BC4J RowSetIterator/ViewObject. |
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. |
| Uses of JboAbstractMap in oracle.jbo.uicli.uix |
| Subclasses of JboAbstractMap in oracle.jbo.uicli.uix | |
class |
JUCtrlAdaptRangeBinding |
class |
JUCtrlAdaptValueBindingRef |
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright © 1997, 2005, Oracle. All rights reserved.