Class ComputedAttributeInterpreter.DefaultDelegate
- java.lang.Object
-
- com.google.gwt.uibinder.elementparsers.ComputedAttributeInterpreter.DefaultDelegate
-
- All Implemented Interfaces:
ComputedAttributeInterpreter.Delegate
- Enclosing class:
- ComputedAttributeInterpreter
class ComputedAttributeInterpreter.DefaultDelegate extends java.lang.Object implements ComputedAttributeInterpreter.Delegate
-
-
Constructor Summary
Constructors Constructor Description DefaultDelegate()
-
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
-
-