static interface ButtonCellBase.DefaultAppearance.Template extends SafeHtmlTemplates
SafeHtmlTemplates.Template
Modifier and Type | Method and Description |
---|---|
SafeHtml |
iconContentLayout(java.lang.String classes,
SafeStyles styles,
SafeHtml icon,
SafeHtml cellContents)
Positions the icon next to the text.
|
SafeHtml |
iconWrapper(SafeStyles styles,
SafeHtml image)
The wrapper around the icon that aligns it vertically with the text.
|
@SafeHtmlTemplates.Template(value="{2}{3}") SafeHtml iconContentLayout(java.lang.String classes, SafeStyles styles, SafeHtml icon, SafeHtml cellContents)
@SafeHtmlTemplates.Template(value="{1}") SafeHtml iconWrapper(SafeStyles styles, SafeHtml image)