Package com.google.gwt.cell.client
Interface ButtonCellBase.DefaultAppearance.Template
- All Superinterfaces:
SafeHtmlTemplates
- Enclosing class:
ButtonCellBase.DefaultAppearance<C>
The templates used by this appearance.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.gwt.safehtml.client.SafeHtmlTemplates
SafeHtmlTemplates.Template
-
Method Summary
Modifier and TypeMethodDescriptioniconContentLayout
(String classes, SafeStyles styles, SafeHtml icon, SafeHtml cellContents) Positions the icon next to the text.iconWrapper
(SafeStyles styles, SafeHtml image) The wrapper around the icon that aligns it vertically with the text.
-
Method Details