Uses of Class
net.contextfw.web.application.component.Component

Packages that use Component
net.contextfw.web.application.component   
net.contextfw.web.application.dom   
net.contextfw.web.application.internal   
net.contextfw.web.application.view   
 

Uses of Component in net.contextfw.web.application.component
 

Methods in net.contextfw.web.application.component with type parameters of type Component
<T extends Component>
T
Component.registerChild(T el)
           
 

Methods in net.contextfw.web.application.component with parameters of type Component
protected  boolean Component.bubbleRegisterUp(Component el)
           
protected  void Component.bubbleUnregisterUp(Component el)
           
 void Component.unregisterChild(Component el)
           
 

Uses of Component in net.contextfw.web.application.dom
 

Methods in net.contextfw.web.application.dom with parameters of type Component
 void RemoteCallBuilder.buildComponentCall(DOMBuilder b, Component component, String method, Object... args)
           
 

Uses of Component in net.contextfw.web.application.internal
 

Methods in net.contextfw.web.application.internal with parameters of type Component
 void ComponentUpdateHandler.invoke(Component element, Request request)
           
 

Method parameters in net.contextfw.web.application.internal with type arguments of type Component
 ComponentUpdateHandler ComponentUpdateHandlerFactory.createHandler(Class<? extends Component> elClass, String methodName)
           
static String ComponentUpdateHandler.getKey(Class<? extends Component> elClass, String methodName)
           
 

Uses of Component in net.contextfw.web.application.view
 

Methods in net.contextfw.web.application.view that return Component
 Component ViewContext.initChild()
          Initializes a child component if it exists.
 

Methods in net.contextfw.web.application.view that return types with arguments of type Component
 Class<? extends Component> ViewContext.getChildClass()
           
 



Copyright © 2011. All Rights Reserved.