Class FieldInterpreter

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

class FieldInterpreter extends Object implements com.google.gwt.uibinder.rebind.XMLElement.Interpreter<String>
Generates fields to hold named dom elements (e.g. <div ui:field="importantDiv">)
  • Constructor Details

    • FieldInterpreter

      public FieldInterpreter(com.google.gwt.uibinder.rebind.UiBinderWriter writer, String ancestorExpression)
  • Method Details

    • interpretElement

      public String interpretElement(com.google.gwt.uibinder.rebind.XMLElement elem) throws UnableToCompleteException
      Description copied from interface: com.google.gwt.uibinder.rebind.XMLElement.Interpreter
      Given an XMLElement, return its filtered value.
      Specified by:
      interpretElement in interface com.google.gwt.uibinder.rebind.XMLElement.Interpreter<String>
      Throws:
      UnableToCompleteException - on error