|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ControlHandle | |
---|---|
org.apache.beehive.controls.api.context | |
org.apache.beehive.controls.api.events | |
org.apache.beehive.controls.runtime.bean |
Uses of ControlHandle in org.apache.beehive.controls.api.context |
---|
Methods in org.apache.beehive.controls.api.context that return ControlHandle | |
---|---|
ControlHandle |
ControlBeanContext.getControlHandle()
Returns a ControlHandle instance that enables operations and events to be dispatched to the target control, if it is running inside of a container that supports external event dispatch. |
ControlHandle |
ControlContainerContext.getControlHandle(ControlBean bean)
Returns a ControlHandle to the component containing the control. |
Uses of ControlHandle in org.apache.beehive.controls.api.events |
---|
Methods in org.apache.beehive.controls.api.events with parameters of type ControlHandle | |
---|---|
Object |
RemoteEventDispatcher.dispatchEvent(ControlHandle target,
EventRef event,
Object[] args)
Dispatches a Control event to a target control. |
Object |
EventDispatchHelper.dispatchEvent(ControlHandle target,
EventRef event,
Object[] args)
|
Object |
EventDispatcherRemote.dispatchEvent(ControlHandle target,
EventRef event,
Object[] args)
Dispatches a Control event to a target control. |
Object |
EventDispatcher.dispatchEvent(ControlHandle target,
EventRef event,
Object[] args)
Dispatches a Control event to a target control. |
Uses of ControlHandle in org.apache.beehive.controls.runtime.bean |
---|
Methods in org.apache.beehive.controls.runtime.bean that return ControlHandle | |
---|---|
ControlHandle |
ControlBeanContext.getControlHandle()
|
ControlHandle |
ControlContainerContext.getControlHandle(ControlBean bean)
Returns a ControlHandle to the component containing the control. |
Methods in org.apache.beehive.controls.runtime.bean with parameters of type ControlHandle | |
---|---|
Object |
ControlContainerContext.dispatchEvent(ControlHandle handle,
EventRef event,
Object[] args)
Dispatch an operation or an event to a bean within this container bean context. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |