class ComputedAttributeInterpreter
extends java.lang.Object
implements com.google.gwt.uibinder.rebind.XMLElement.Interpreter<java.lang.String>
Modifier and Type | Class and Description |
---|---|
(package private) class |
ComputedAttributeInterpreter.DefaultDelegate |
(package private) static interface |
ComputedAttributeInterpreter.Delegate |
Constructor and Description |
---|
ComputedAttributeInterpreter(com.google.gwt.uibinder.rebind.UiBinderWriter writer) |
ComputedAttributeInterpreter(com.google.gwt.uibinder.rebind.UiBinderWriter writer,
ComputedAttributeInterpreter.Delegate delegate) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
interpretElement(com.google.gwt.uibinder.rebind.XMLElement elem)
Given an XMLElement, return its filtered value.
|
public ComputedAttributeInterpreter(com.google.gwt.uibinder.rebind.UiBinderWriter writer)
public ComputedAttributeInterpreter(com.google.gwt.uibinder.rebind.UiBinderWriter writer, ComputedAttributeInterpreter.Delegate delegate)
public java.lang.String interpretElement(com.google.gwt.uibinder.rebind.XMLElement elem) throws UnableToCompleteException
com.google.gwt.uibinder.rebind.XMLElement.Interpreter
interpretElement
in interface com.google.gwt.uibinder.rebind.XMLElement.Interpreter<java.lang.String>
UnableToCompleteException
- on error