com.google.gwt.uibinder.rebind.messages
Class AttributeMessage

java.lang.Object
  extended by com.google.gwt.uibinder.rebind.messages.AttributeMessage

public class AttributeMessage
extends java.lang.Object

Associates an attribute name and a message expression. Can generate code that refers to the message.


Constructor Summary
AttributeMessage(java.lang.String attribute, java.lang.String message)
           
 
Method Summary
 java.lang.String getAttribute()
           
 java.lang.String getMessageAsHtmlAttribute()
          Return an expression to fetch the message and escape it, suitable for concatenation into the middle of an innerHTML string.
 java.lang.String getMessageUnescaped()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeMessage

public AttributeMessage(java.lang.String attribute,
                        java.lang.String message)
Method Detail

getAttribute

public java.lang.String getAttribute()

getMessageAsHtmlAttribute

public java.lang.String getMessageAsHtmlAttribute()
Return an expression to fetch the message and escape it, suitable for concatenation into the middle of an innerHTML string.


getMessageUnescaped

public java.lang.String getMessageUnescaped()