public interface MenuItemTemplate
extends com.google.gwt.safehtml.client.SafeHtmlTemplates
| 限定符和类型 | 字段和说明 |
|---|---|
static MenuItemTemplate |
TEMPLATE
全局唯一模板
|
static final MenuItemTemplate TEMPLATE
@SafeHtmlTemplates.Template(value="<span>{0}</span>")
com.google.gwt.safehtml.shared.SafeHtml text(String text)
text - the text@SafeHtmlTemplates.Template(value="<img width=\'26px\' valign=\'middle\' width=\'26px\' src=\'{0}\' /><div style=\'padding-left:5px;display:inline-block;line-height:26px;height:26px;\'>{1}</div>")
com.google.gwt.safehtml.shared.SafeHtml textWithIcon(String icon,
String text)
icon - the icontext - the textCopyright © 2020. All rights reserved.