Package | Description |
---|---|
oracle.adf.model.binding.events | |
oracle.adf.model.events | |
oracle.jbo.uicli.binding |
Contains ADF Swing classes that handle interaction with BC4J objects for various ADF Swing bindings.
|
Modifier and Type | Method and Description |
---|---|
protected void |
EventDispatcherImpl._dbg_afterEvent(EventDefinition eventDef, Event eventObject, ConsumerDef consumerDef)
For internal debugging purpose only
|
protected void |
EventDispatcherImpl._dbg_beforeEvent(Event eventObject, EventDefinition eventDef, java.lang.String qualifiedProducerName)
For internal debugging purpose only
|
protected void |
EventDispatcherImpl.dispatchEventForSubscription(ProducerDef prodDef, EventDefinition eventDef, Event eventObject)
dispatchEventForSubscription this method calls dispatchEventToConsumer method
|
void |
EventDispatcherImpl.fireEvent(EventProducer producer, java.lang.Object payLoad, EventDefinition[] eventDefs)
fireEvent starting point for the events to get propogated
|
static java.util.List |
EventsUtil.getRaisableEventDefinitionList(EventDefinition[] eventDefs, DCControlBinding ctrlBnd) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEventDefinition |
class |
EventDefinitionImpl
EventDefinitionImpl extends AbstractEventDefinition Used as RT implementation for accessing Event Defintion in Bean.xml file
|
Modifier and Type | Method and Description |
---|---|
void |
EventDispatcher.fireEvent(EventProducer producer, java.lang.Object payload, EventDefinition[] eventDefs)
fireEvent starting point for the events to get propogated
|
Modifier and Type | Method and Description |
---|---|
EventDefinition[] |
EventHandlerInvoker.getEventdefinitions()
getEventdefintions returns the array of event defintions in ActionBinding
|
EventDefinition[] |
JUEventBindingDef.getEventDefList() |
EventDefinition[] |
JUCtrlValueDef.getEventDefList() |
EventDefinition[] |
JUCtrlActionDef.getEventDefList() |
protected EventDefinition[] |
JUCtrlValueDef.loadEventDefinitions(DefElement xmlElement) |
Modifier and Type | Method and Description |
---|---|
java.util.List<EventDefinition> |
JUCtrlHierTypeBinding.getAttributeChangeEventDefinitions(java.lang.String attrName) |
java.util.List<EventDefinition> |
JUCtrlHierTypeBinding.getCurrencyChangeEventDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
EventHandlerInvoker.setEventdefinitions(EventDefinition[] eventDefArray)
setEventdefinitions takes in eventdefintion array and sets the value of eventDefs field
|
void |
JUEventBindingDef.setEventDefList(EventDefinition[] eventList) |
void |
JUCtrlValueDef.setEventDefList(EventDefinition[] eventList) |
void |
JUCtrlActionDef.setEventDefList(EventDefinition[] eventList) |