Uses of Class
net.contextfw.web.application.elements.CElement

Packages that use CElement
net.contextfw.web.application.elements   
net.contextfw.web.application.elements.enhanced   
net.contextfw.web.application.initializer   
net.contextfw.web.application.internal   
net.contextfw.web.application.internal.enhanced   
net.contextfw.web.application.internal.initializer   
net.contextfw.web.application.internal.service   
 

Uses of CElement in net.contextfw.web.application.elements
 

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

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

Uses of CElement in net.contextfw.web.application.elements.enhanced
 

Subclasses of CElement in net.contextfw.web.application.elements.enhanced
 class EnhancedElement
           
 

Methods in net.contextfw.web.application.elements.enhanced with parameters of type CElement
 void EnhancedElement.jsCall(DOMBuilder b, CElement element, String method, Object... args)
           
 

Uses of CElement in net.contextfw.web.application.initializer
 

Methods in net.contextfw.web.application.initializer that return CElement
 CElement InitializerContext.initChild()
           
 

Methods in net.contextfw.web.application.initializer that return types with arguments of type CElement
 Class<? extends CElement> InitializerContext.getChildClass()
           
 

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

Subclasses of CElement in net.contextfw.web.application.internal
 class WebApplicationElement
           
 

Methods in net.contextfw.web.application.internal with type parameters of type CElement
<T extends CElement>
T
WebApplicationElement.registerChild(T el)
           
 

Methods in net.contextfw.web.application.internal that return CElement
 CElement ElementRegister.findElement(String id)
           
 

Methods in net.contextfw.web.application.internal with parameters of type CElement
protected  boolean WebApplicationElement.bubbleRegisterUp(CElement el)
           
protected  void WebApplicationElement.bubbleUnregisterUp(CElement el)
           
 void ElementUpdateHandler.invoke(CElement element, Request request)
           
 void ElementRegister.register(CElement element)
           
 void ElementRegister.unregister(CElement element)
           
 

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

Uses of CElement in net.contextfw.web.application.internal.enhanced
 

Methods in net.contextfw.web.application.internal.enhanced with parameters of type CElement
 void EnhancedElementBuilder.buildUpdate(DOMBuilder b, CElement element, Set<String> updateModes)
           
 

Uses of CElement in net.contextfw.web.application.internal.initializer
 

Methods in net.contextfw.web.application.internal.initializer that return CElement
 CElement InitializerContextImpl.initChild()
           
 

Methods in net.contextfw.web.application.internal.initializer that return types with arguments of type CElement
 List<Class<? extends CElement>> InitializerProvider.findChain(String url)
           
 Class<? extends CElement> InitializerContextImpl.getChildClass()
           
 

Method parameters in net.contextfw.web.application.internal.initializer with type arguments of type CElement
 void InitializerProvider.addInitializer(Class<? extends CElement> cl)
           
 

Constructor parameters in net.contextfw.web.application.internal.initializer with type arguments of type CElement
InitializerContextImpl(com.google.inject.Injector injector, List<Class<? extends CElement>> chain)
           
 

Uses of CElement in net.contextfw.web.application.internal.service
 

Method parameters in net.contextfw.web.application.internal.service with type arguments of type CElement
 void WebApplicationImpl.setInitializerChain(List<Class<? extends CElement>> chain)
           
 void WebApplication.setInitializerChain(List<Class<? extends CElement>> chain)
           
 



Copyright © 2010. All Rights Reserved.