public final class

TextPlaceholderInterpreter

extends PlaceholderInterpreter
java.lang.Object
   ↳ com.google.gwt.uibinder.rebind.messages.PlaceholderInterpreter
     ↳ com.google.gwt.uibinder.elementparsers.TextPlaceholderInterpreter

Class Overview

Interprets the interior of text message. Any ph elements in the message will be consumed by a call to their consumeInnerText(XMLElement.PostProcessingInterpreter) method. A ph inside a text message may contain no other elements.

Summary

[Expand]
Inherited Fields
From class com.google.gwt.uibinder.rebind.messages.PlaceholderInterpreter
Public Constructors
TextPlaceholderInterpreter(UiBinderWriter writer, MessageWriter message)
Protected Methods
String consumePlaceholderInnards(XMLElement elem)
[Expand]
Inherited Methods
From class com.google.gwt.uibinder.rebind.messages.PlaceholderInterpreter
From class java.lang.Object
From interface com.google.gwt.uibinder.rebind.XMLElement.Interpreter
From interface com.google.gwt.uibinder.rebind.XMLElement.PostProcessingInterpreter

Public Constructors

public TextPlaceholderInterpreter (UiBinderWriter writer, MessageWriter message)

Protected Methods

protected String consumePlaceholderInnards (XMLElement elem)

Throws
UnableToCompleteException