com.google.gwt.uibinder.elementparsers
Class TextPlaceholderInterpreter

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

public final class TextPlaceholderInterpreter
extends 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) method. A ph inside a text message may contain no other elements.


Constructor Summary
TextPlaceholderInterpreter(UiBinderWriter writer, MessageWriter message)
           
 
Method Summary
 
Methods inherited from class com.google.gwt.uibinder.rebind.messages.PlaceholderInterpreter
interpretElement, postProcess
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextPlaceholderInterpreter

public TextPlaceholderInterpreter(UiBinderWriter writer,
                                  MessageWriter message)