public interface

ElementParser

com.google.gwt.uibinder.elementparsers.ElementParser
Known Indirect Subclasses

Class Overview

Element parsers are classes that parse xml elements, using the context to generate widget initialization code.

Summary

Public Methods
abstract void parse(XMLElement elem, String fieldName, JClassType type, UiBinderWriter writer)
Parse the given element, generating the code to initialize it from the element's attributes and children.

Public Methods

public abstract void parse (XMLElement elem, String fieldName, JClassType type, UiBinderWriter writer)

Parse the given element, generating the code to initialize it from the element's attributes and children.

Parameters
elem the element to be parsed
fieldName the name of the widget field to be initialized
type TODO
writer the writer
Throws
UnableToCompleteException on error