Uses of Class
com.google.gwt.uibinder.rebind.XMLElement

Packages that use XMLElement
com.google.gwt.uibinder.elementparsers   
com.google.gwt.uibinder.rebind   
org.vectomatic.dev.svg.impl.gen libgwtsvg implementation classes for UI, not to be accessed directly. 
 

Uses of XMLElement in com.google.gwt.uibinder.elementparsers
 

Methods in com.google.gwt.uibinder.elementparsers with parameters of type XMLElement
 String SvgFieldInterpreter.interpretElement(XMLElement elem)
           
 String SvgInterpreter.interpretElement(XMLElement elem)
           
 

Uses of XMLElement in com.google.gwt.uibinder.rebind
 

Methods in com.google.gwt.uibinder.rebind that return XMLElement
 XMLElement XMLElement.consumeSingleChildElement()
          Consumes a single child element, ignoring any text nodes and throwing an exception if no child is found, or more than one child element is found.
 XMLElement XMLElement.getParent()
          Returns the parent element, or null if parent is null or a node type other than Element.
 

Methods in com.google.gwt.uibinder.rebind that return types with arguments of type XMLElement
 Iterable<XMLElement> XMLElement.consumeChildElements()
          Consumes and returns all child elements.
 Collection<XMLElement> XMLElement.consumeChildElements(XMLElement.Interpreter<Boolean> interpreter)
          Consumes and returns all child elements selected by the interpreter.
 

Methods in com.google.gwt.uibinder.rebind with parameters of type XMLElement
 String UiBinderWriter.declareField(String typeName, XMLElement elem)
          Declares a field of the given type name, returning the name of the declared field.
 String UiBinderWriter.declareFieldIfNeeded(XMLElement elem)
          If this element has a gwt:field attribute, create a field for it of the appropriate type, and return the field name.
 void UiBinderWriter.die(XMLElement context, String message, Object... params)
          Post an error message about a specific XMLElement and halt processing.
 com.google.gwt.core.ext.typeinfo.JClassType UiBinderWriter.findFieldType(XMLElement elem)
          Finds the JClassType that corresponds to this XMLElement, which must be a Widget or an Element.
 T XMLElement.Interpreter.interpretElement(XMLElement elem)
          Given an XMLElement, return its filtered value.
 boolean UiBinderWriter.isBinderElement(XMLElement elem)
           
 boolean UiBinderWriter.isElementAssignableTo(XMLElement elem, Class<?> possibleSuperclass)
           
 boolean UiBinderWriter.isElementAssignableTo(XMLElement elem, com.google.gwt.core.ext.typeinfo.JClassType possibleSupertype)
           
 boolean UiBinderWriter.isImportedElement(XMLElement elem)
           
 boolean UiBinderWriter.isRenderableElement(XMLElement elem)
           
 boolean UiBinderWriter.isWidgetElement(XMLElement elem)
           
 String UiBinderWriter.parseElementToField(XMLElement elem)
          Parses the object associated with the specified element, and returns the name of the field (possibly private) that will hold it.
 com.google.gwt.uibinder.rebind.FieldWriter UiBinderWriter.parseElementToFieldWriter(XMLElement elem)
          Parses the object associated with the specified element, and returns the field writer that will hold it.
 void UiBinderWriter.warn(XMLElement context, String message, Object... params)
          Post a warning message.
 

Uses of XMLElement in org.vectomatic.dev.svg.impl.gen
 

Methods in org.vectomatic.dev.svg.impl.gen with parameters of type XMLElement
 void SVGButtonBaseParser.parse(XMLElement elem, String fieldName, com.google.gwt.core.ext.typeinfo.JClassType type, UiBinderWriter writer)
           
 void SVGImageParser.parse(XMLElement elem, String fieldName, com.google.gwt.core.ext.typeinfo.JClassType type, UiBinderWriter writer)
           
protected  void SVGButtonBaseParser.parseFace(XMLElement elem, UiBinderWriter writer, String fieldName, XMLElement childElem, SVGButtonBase.SVGFaceName faceName)
           
protected  void SVGButtonBaseParser.parseSvg(XMLElement elem, UiBinderWriter writer, String fieldName, XMLElement childElem)
           
 



Copyright © 2012. All Rights Reserved.