public static interface ButtonCellBaseAppearance.ButtonCellTemplates extends XTemplates
XTemplates.Format, XTemplates.Formatter<T>, XTemplates.FormatterFactories, XTemplates.FormatterFactory, XTemplates.FormatterFactoryMethod, XTemplates.TemplateCondition, XTemplates.TemplateConditions, XTemplates.XTemplate
Modifier and Type | Method and Description |
---|---|
SafeHtml |
icon(String iconWrapClass,
SafeHtml imageHtml) |
SafeHtml |
iconWithStyles(String iconWrapClass,
com.google.gwt.safecss.shared.SafeStyles imageStyles,
SafeHtml imageHtml) |
SafeHtml |
outer(String cls,
com.google.gwt.safecss.shared.SafeStyles styles) |
SafeHtml |
text(String textClass,
String text) |
SafeHtml |
textWithStyles(String textClass,
com.google.gwt.safecss.shared.SafeStyles textStyles,
String text) |
@XTemplates.XTemplate(value="") SafeHtml icon(String iconWrapClass, SafeHtml imageHtml) {imageHtml}
@XTemplates.XTemplate(value="") SafeHtml iconWithStyles(String iconWrapClass, com.google.gwt.safecss.shared.SafeStyles imageStyles, SafeHtml imageHtml) {imageHtml}
@XTemplates.XTemplate(value="") SafeHtml outer(String cls, com.google.gwt.safecss.shared.SafeStyles styles)
text
@XTemplates.XTemplate(value="") SafeHtml text(String textClass, String text) {text}
textWithStyles
@XTemplates.XTemplate(value="") SafeHtml textWithStyles(String textClass, com.google.gwt.safecss.shared.SafeStyles textStyles, String text) {text}
Copyright © 2012. All Rights Reserved.