| Package | Description |
|---|---|
| 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.jui |
Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows.
|
| Modifier and Type | Method and Description |
|---|---|
static JUCtrlActionBinding |
DCUtil.getActionBinding(BindingContext bctx,
java.lang.String path,
char sep) |
| Modifier and Type | Method and Description |
|---|---|
protected JUCtrlActionBinding |
JUCtrlActionDef.createDataControlActionBinding(java.lang.Object control,
DCDataControl dataControl,
int mAction)
For internal use only.
|
protected JUCtrlActionBinding |
JUCtrlActionDef.createInvokeActionBinding(java.lang.Object control,
DCBindingContainer formBnd,
DCInvokeMethodDef mMethodInfo)
For internal use only.
|
protected JUCtrlActionBinding |
JUCtrlActionDef.createIteratorActionBinding(java.lang.Object control,
DCIteratorBinding iterBinding,
int mAction)
For internal use only.
|
JUCtrlActionBinding |
JUCtrlActionBindingEvent.getBinding() |
| Modifier and Type | Method and Description |
|---|---|
static JUEventProducer |
JUEventProducer.getInstance(JUCtrlActionBinding actBnd) |
| Constructor and Description |
|---|
JUCtrlActionBindingEvent(JUCtrlActionBinding source) |
JUEventConsumer(JUCtrlActionBinding actBnd)
constructor
|
JUEventProducer(JUCtrlActionBinding actBnd)
constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
JUActionBinding
Implements binding for a JButton to one of the commonly-used methods on the associated
RowSet.
|