GWT 2.7.0

com.google.gwt.uibinder.elementparsers
Class FieldInterpreter

java.lang.Object
  extended by com.google.gwt.uibinder.elementparsers.FieldInterpreter
All Implemented Interfaces:
com.google.gwt.uibinder.rebind.XMLElement.Interpreter<java.lang.String>

 class FieldInterpreter
extends java.lang.Object
implements com.google.gwt.uibinder.rebind.XMLElement.Interpreter<java.lang.String>

Generates fields to hold named dom elements (e.g. <div ui:field="importantDiv">)


Constructor Summary
FieldInterpreter(com.google.gwt.uibinder.rebind.UiBinderWriter writer, java.lang.String ancestorExpression)
           
 
Method Summary
 java.lang.String interpretElement(com.google.gwt.uibinder.rebind.XMLElement elem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldInterpreter

public FieldInterpreter(com.google.gwt.uibinder.rebind.UiBinderWriter writer,
                        java.lang.String ancestorExpression)
Method Detail

interpretElement

public java.lang.String interpretElement(com.google.gwt.uibinder.rebind.XMLElement elem)
                                  throws UnableToCompleteException
Specified by:
interpretElement in interface com.google.gwt.uibinder.rebind.XMLElement.Interpreter<java.lang.String>
Throws:
UnableToCompleteException

GWT 2.7.0