Uses of Class
wt.clients.beans.selectors.ComponentContext

Packages that use ComponentContext
wt.clients.beans.selectors   
 

Uses of ComponentContext in wt.clients.beans.selectors
 

Fields in wt.clients.beans.selectors declared as ComponentContext
private  ComponentContext ComponentDelegateAdapter.currentComponentContext
           
 

Methods in wt.clients.beans.selectors that return ComponentContext
protected  ComponentContext ComponentDelegateAdapter.getCurrentComponentContext()
          Gets the value of the attribute: currentComponentContext.
 

Methods in wt.clients.beans.selectors with parameters of type ComponentContext
 ComponentDelegate ComponentDelegateFactory.getDelegate(PropertyDescriptor p, ComponentContext c)
           
protected  void ComponentDelegateAdapter.setCurrentComponentContext(ComponentContext a_CurrentComponentContext)
          Sets the value of the attribute: currentComponentContext.
 void ComponentDelegateAdapter.setComponentContext(ComponentContext context)
          Set the context for the component.
 void ComponentDelegate.setComponentContext(ComponentContext context)
          Set the context for the component.