public static interface MessagesUI.MessageTemlate
extends com.google.gwt.safehtml.client.SafeHtmlTemplates
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.safehtml.shared.SafeHtml |
getFormattedAttach(String name,
com.github.gwtbootstrap.client.ui.Image image,
String time) |
com.google.gwt.safehtml.shared.SafeHtml |
getFormattedMessagePosted(String name,
com.google.gwt.safehtml.shared.SafeHtml message,
String time) |
com.google.gwt.safehtml.shared.SafeHtml |
getFormattedMessageReceived(String name,
com.google.gwt.safehtml.shared.SafeHtml message,
String time) |
@SafeHtmlTemplates.Template(value="<div > <div class = \'msgTitleReceived\'> {0}</div> <br/><p class=\'msgDescriptionReceived\'>{1}</p><div class=\'timeDateReceived\'>{2}</div></div>")
com.google.gwt.safehtml.shared.SafeHtml getFormattedMessageReceived(String name,
com.google.gwt.safehtml.shared.SafeHtml message,
String time)
@SafeHtmlTemplates.Template(value="<div > <div class = \'msgTitlePosted\'> {0}</div> <br/><p class=\'msgDescriptionPosted\'>{1}</p><div class=\'timeDatePosted\'>{2}</div></div>")
com.google.gwt.safehtml.shared.SafeHtml getFormattedMessagePosted(String name,
com.google.gwt.safehtml.shared.SafeHtml message,
String time)
@SafeHtmlTemplates.Template(value="<div > <div class = \'msgTitlePosted\'> {0}</div> <br/><p class=\'imageCursor\'>{1}</p><div class=\'timeDatePosted\'>{2}</div></div>")
com.google.gwt.safehtml.shared.SafeHtml getFormattedAttach(String name,
com.github.gwtbootstrap.client.ui.Image image,
String time)
Copyright © 2016. All Rights Reserved.