Class TextPlaceholderInterpreter

java.lang.Object
com.google.gwt.uibinder.rebind.messages.PlaceholderInterpreter
com.google.gwt.uibinder.elementparsers.TextPlaceholderInterpreter
All Implemented Interfaces:
com.google.gwt.uibinder.rebind.XMLElement.Interpreter<String>, com.google.gwt.uibinder.rebind.XMLElement.PostProcessingInterpreter<String>

public final class TextPlaceholderInterpreter extends com.google.gwt.uibinder.rebind.messages.PlaceholderInterpreter
Interprets the interior of text message. Any ph elements in the message will be consumed by a call to their XMLElement.consumeInnerText(com.google.gwt.uibinder.rebind.XMLElement.PostProcessingInterpreter<java.lang.String>) method. A ph inside a text message may contain no other elements.