Class UiTextInterpreter.Delegate
- java.lang.Object
-
- com.google.gwt.uibinder.elementparsers.UiTextInterpreter.Delegate
-
- All Implemented Interfaces:
ComputedAttributeInterpreter.Delegate
- Enclosing class:
- UiTextInterpreter
protected class UiTextInterpreter.Delegate extends java.lang.Object implements ComputedAttributeInterpreter.Delegate
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Delegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAttributeToken(com.google.gwt.uibinder.rebind.XMLAttribute attribute)
-
-
-
Method Detail
-
getAttributeToken
public java.lang.String getAttributeToken(com.google.gwt.uibinder.rebind.XMLAttribute attribute) throws UnableToCompleteException
- Specified by:
getAttributeToken
in interfaceComputedAttributeInterpreter.Delegate
- Throws:
UnableToCompleteException
-
-