Package com.google.gwt.cell.client
Interface IconCellDecorator.Template
- All Superinterfaces:
SafeHtmlTemplates
- Enclosing class:
IconCellDecorator<C>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.gwt.safehtml.client.SafeHtmlTemplates
SafeHtmlTemplates.Template
-
Method Summary
Modifier and TypeMethodDescriptionimageWrapperBottom
(SafeStyles styles, SafeHtml image) The wrapper around the image vertically aligned to the bottom.imageWrapperMiddle
(SafeStyles styles, SafeHtml image) The wrapper around the image vertically aligned to the middle.imageWrapperTop
(SafeStyles styles, SafeHtml image) The wrapper around the image vertically aligned to the top.outerDiv
(SafeStyles padding, SafeHtml icon, SafeHtml cellContents)
-
Method Details