|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ControlBean | |
---|---|
org.apache.beehive.controls.runtime.bean |
Uses of ControlBean in org.apache.beehive.controls.runtime.bean |
---|
Methods in org.apache.beehive.controls.runtime.bean that return ControlBean | |
---|---|
ControlBean |
ControlBeanContext.getBean(String id)
Returns a ControlBean instance nested the current BeanContext. |
Methods in org.apache.beehive.controls.runtime.bean with parameters of type ControlBean | |
---|---|
protected PropertyMap |
ControlBeanContext.getBeanAnnotationMap(ControlBean bean,
AnnotatedElement annotElem)
The default implementation of getBeanAnnotationMap. |
protected ControlHandle |
ControlContainerContext.getControlHandle(ControlBean bean)
Returns a ControlHandle to the component containing the control. |
EventNotifier |
ImplInitializer.getEventNotifier(ControlBean bean,
Class eventSet)
Returns the ControlBean event notifer for the specified eventSet |
void |
ImplInitializer.initControls(ControlBean bean,
Object target)
Initializes all nested controls required by the target implementation instance. |
void |
ImplInitializer.initEventProxies(ControlBean bean,
Object target)
Initializes all event proxies required by the target implementation instance. |
void |
ImplInitializer.initialize(ControlBean bean,
Object target)
Initializes a new ControlImplementation instance associated with the specified bean. |
void |
ImplInitializer.initServices(ControlBean bean,
Object target)
Initializes all contextual services required by the target implementation instance. |
void |
ImplInitializer.resetServices(ControlBean bean,
Object target)
Resets all contextual services on the target implementation instance to null. |
protected static void |
ControlBeanContext.setDelegateMap(PropertyMap map,
ControlBean bean,
AnnotatedElement annotElem)
|
Constructors in org.apache.beehive.controls.runtime.bean with parameters of type ControlBean | |
---|---|
ControlBeanContext(ControlBean bean)
Creates a new ControlBeanContext instance associated with a specific control bean. |
|
ResourceContextImpl(ControlContainerContext containerContext,
ControlBean bean)
Constructs a new ResourceContext service implementation to manage resources for a target ControlBean within a specific ControlContainerContext |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |