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="<div style=\"{0}position:relative;zoom:1;\">{1}<div>{2}</div></div>") SafeHtml outerDiv(SafeStyles padding, SafeHtml icon, SafeHtml cellContents)
@SafeHtmlTemplates.Template(value="<div style=\"{0}position:absolute;bottom:0px;line-height:0px;\">{1}</div>") SafeHtml imageWrapperBottom(SafeStyles styles, SafeHtml image)
@SafeHtmlTemplates.Template(value="<div style=\"{0}position:absolute;top:50%;line-height:0px;\">{1}</div>") SafeHtml imageWrapperMiddle(SafeStyles styles, SafeHtml image)
@SafeHtmlTemplates.Template(value="<div style=\"{0}position:absolute;top:0px;line-height:0px;\">{1}</div>") SafeHtml imageWrapperTop(SafeStyles styles, SafeHtml image)