public class

AttributeMessage

extends Object
java.lang.Object
   ↳ com.google.gwt.uibinder.rebind.messages.AttributeMessage

Class Overview

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

Summary

Public Constructors
AttributeMessage(String attribute, String message)
Public Methods
String getAttribute()
String getMessageAsHtmlAttribute()
Return an expression to fetch the message and escape it, suitable for concatenation into the middle of an innerHTML string.
String getMessageUnescaped()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AttributeMessage (String attribute, String message)

Public Methods

public String getAttribute ()

public String getMessageAsHtmlAttribute ()

Return an expression to fetch the message and escape it, suitable for concatenation into the middle of an innerHTML string.

public String getMessageUnescaped ()