Uses of Class
net.contextfw.web.application.dom.DOMBuilder

Packages that use DOMBuilder
net.contextfw.web.application.component   
net.contextfw.web.application.dom   
 

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

Methods in net.contextfw.web.application.component with parameters of type DOMBuilder
 void Component.buildComponentUpdate(DOMBuilder domBuilder, net.contextfw.web.application.internal.component.ComponentBuilder builder)
           
 

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

Methods in net.contextfw.web.application.dom that return DOMBuilder
 DOMBuilder DOMBuilder.attr(String name, Object value)
           
 DOMBuilder DOMBuilder.child(org.dom4j.Node element)
           
 DOMBuilder DOMBuilder.child(Object object, Object... buildins)
           
 DOMBuilder DOMBuilder.descend(String elementName)
           
 DOMBuilder DOMBuilder.findByXPath(String xpath)
           
 DOMBuilder DOMBuilder.getByXPath(String xpath)
           
 DOMBuilder DOMBuilder.text(Object value)
           
 DOMBuilder DOMBuilder.unparsed(String html)
           
 

Methods in net.contextfw.web.application.dom that return types with arguments of type DOMBuilder
 List<DOMBuilder> DOMBuilder.listByXPath(String xpath)
           
 

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



Copyright © 2011. All Rights Reserved.