GWT 2.4.0

com.google.gwt.uibinder.elementparsers
Class UiTextInterpreter.Delegate

java.lang.Object
  extended by com.google.gwt.uibinder.elementparsers.UiTextInterpreter.Delegate
Enclosing class:
UiTextInterpreter

protected class UiTextInterpreter.Delegate
extends java.lang.Object

Used in interpretElement(com.google.gwt.uibinder.rebind.XMLElement) to invoke the ComputedAttributeInterpreter.


Constructor Summary
protected UiTextInterpreter.Delegate()
           
 
Method Summary
 java.lang.String getAttributeToken(com.google.gwt.uibinder.rebind.XMLAttribute attribute)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UiTextInterpreter.Delegate

protected UiTextInterpreter.Delegate()
Method Detail

getAttributeToken

public java.lang.String getAttributeToken(com.google.gwt.uibinder.rebind.XMLAttribute attribute)
                                   throws UnableToCompleteException
Throws:
UnableToCompleteException

GWT 2.4.0