Uses of Interface
org.jsxp.framework.Element

Packages that use Element
org.jsxp.framework   
org.jsxp.framework.dom   
org.jsxp.framework.elementprocessing   
org.jsxp.framework.elementprocessing.processors   
org.jsxp.framework.internal   
 

Uses of Element in org.jsxp.framework
 

Classes in org.jsxp.framework with type parameters of type Element
 class ElementTemplate<ElementType extends Element>
          The Class ElementTemplate.
 

Methods in org.jsxp.framework with type parameters of type Element
protected
<T extends Element>
T
ViewController.getElement(java.lang.String id, java.lang.Class<T> interfaceType)
          Gets the element with the jsxp id.
 

Methods in org.jsxp.framework that return Element
 Element Element.addXmlAsElements(java.lang.String xml)
          Adds the as elements.
 Element Element.copy()
          Copy.
 Element Element.copy(java.lang.String idPrefix, java.lang.String idSuffix)
          Copy.
 Element Element.findElementById(java.lang.String id)
          Find element by id.
 Element Element.findElementByName(java.lang.String name, java.lang.String namespaceURI)
          Find element by name.
 Element ViewController.getElement(java.lang.String id)
          Returns the element with the jsxp id.
 Element ViewController.getElement(java.lang.String id, int index)
          Returns the element with the jsxp id and index (used if elements are inserted via element templating).
 Element ViewController.getElement(java.lang.String idPrefix, java.lang.String id)
          Returns the element with the jsxp id prefix and id
 Element ViewController.getElement(java.lang.String idPrefix, java.lang.String id, int index)
          Returns the element with the jsxp id prefix and id and index (used if elements are inserted via element templating).
 Element[] Element.getElements()
          Gets the elements.
 Element Element.getParent()
          Gets the parent.
 Element ViewController.getRootElement()
          Gets the root element.
protected  Element[] ViewController.getTemplateElements()
          Gets the template elements.
 

Methods in org.jsxp.framework with parameters of type Element
 void ViewController.addElement(Element element)
          Adds the element.
 void Element.addElement(Element e)
          Adds the element.
 void Element.addElements(Element[] elements)
          Adds the elements.
 void ElementTemplate.disable(Element element)
          Disable a subelement for the next calls of a createElement-method.
 void ElementTemplate.disableOnce(Element element)
          Disable a subelement once for the next call of a createElement-method.
 void ElementTemplate.enable(Element element)
          Enable a subelement that you have disabled earlier.
 void Element.exchange(Element e)
          Exchange.
 void Element.exchange(Element[] elements)
          Exchange.
 void Element.removeElement(Element e)
          Removes the element.
 

Constructor parameters in org.jsxp.framework with type arguments of type Element
ElementTemplate(ElementType element, java.lang.Class<? extends Element> interfaceType, java.lang.String idPrefix)
          Instantiates a new element template.
 

Uses of Element in org.jsxp.framework.dom
 

Classes in org.jsxp.framework.dom that implement Element
 class DefaultElement
          The Class DomElement.
 class ElementDom
          The Class DomElement.
 

Methods in org.jsxp.framework.dom that return Element
 Element ElementDom.addXmlAsElements(java.lang.String xml)
           
 Element DefaultElement.addXmlAsElements(java.lang.String xml)
           
 Element[] ElementDom.getElements()
           
 Element[] DefaultElement.getElements()
           
 Element ElementDom.getParent()
           
 Element DefaultElement.getParent()
           
 

Methods in org.jsxp.framework.dom with parameters of type Element
 void ElementDom.addElement(Element e)
           
 void DefaultElement.addElement(Element e)
           
 void ElementDom.addElements(Element[] elements)
           
 void DefaultElement.addElements(Element[] elements)
           
 void ElementDom.exchange(Element e)
           
 void DefaultElement.exchange(Element e)
           
 void ElementDom.exchange(Element[] elements)
           
 void DefaultElement.exchange(Element[] elements)
           
 void ElementDom.removeElement(Element e)
           
 void DefaultElement.removeElement(Element e)
           
 

Uses of Element in org.jsxp.framework.elementprocessing
 

Methods in org.jsxp.framework.elementprocessing that return Element
abstract  Element ElementProcessorCommand.process()
          Process method
 

Uses of Element in org.jsxp.framework.elementprocessing.processors
 

Constructors in org.jsxp.framework.elementprocessing.processors with parameters of type Element
AjaxBehaviour(Element element, ElementProcessorCommand elementProcessorCommand, java.lang.String... updateIds)
          Instantiates a new resource handler.
AjaxBehaviour(Element element, java.lang.String... updateIds)
          Instantiates a new resource handler.
AjaxBehaviour(java.lang.String event, Element element, ElementProcessorCommand elementProcessorCommand, java.lang.String... updateIds)
          Instantiates a new resource handler.
AjaxBehaviour(java.lang.String event, Element element, java.lang.String... updateIds)
          Instantiates a new resource handler.
HeadLink(Element element, java.lang.String key)
          Instantiates a new resource handler.
MarkInvalid(Element element, java.lang.String message)
          Instantiates a new resource handler.
RelativeUri(Element element, java.lang.String key)
          Instantiates a new resource handler.
ResourceBundleValue(Element element, java.lang.String uri)
          Instantiates a new resource handler.
ResourceBundleValue(Element element, java.lang.String uri, java.lang.String key)
          Instantiates a new resource handler.
 

Uses of Element in org.jsxp.framework.internal
 

Subinterfaces of Element in org.jsxp.framework.internal
 interface InternalElement
          Used only internally by the jsxp framework to mark and process elements and their variables.
 



Copyright © 2012 Oliver Szymanski & David Tanzer