static interface IconCellDecorator.Template extends SafeHtmlTemplates
SafeHtmlTemplates.Template
Modifier and Type | Method and Description |
---|---|
SafeHtml |
imageWrapperBottom(SafeStyles styles,
SafeHtml image)
The wrapper around the image vertically aligned to the bottom.
|
SafeHtml |
imageWrapperMiddle(SafeStyles styles,
SafeHtml image)
The wrapper around the image vertically aligned to the middle.
|
SafeHtml |
imageWrapperTop(SafeStyles styles,
SafeHtml image)
The wrapper around the image vertically aligned to the top.
|
SafeHtml |
outerDiv(SafeStyles padding,
SafeHtml icon,
SafeHtml cellContents) |
@SafeHtmlTemplates.Template(value="{1}") SafeHtml outerDiv(SafeStyles padding, SafeHtml icon, SafeHtml cellContents){2}
@SafeHtmlTemplates.Template(value="{1}") SafeHtml imageWrapperBottom(SafeStyles styles, SafeHtml image)
@SafeHtmlTemplates.Template(value="{1}") SafeHtml imageWrapperMiddle(SafeStyles styles, SafeHtml image)
@SafeHtmlTemplates.Template(value="{1}") SafeHtml imageWrapperTop(SafeStyles styles, SafeHtml image)