Uses of Annotation Type
com.google.gwt.safehtml.client.SafeHtmlTemplates.Template
Package
Description
The "cellview" widget set.
Widgets, Panels, and other user-interface classes.
-
Uses of SafeHtmlTemplates.Template in com.google.gwt.cell.client
Modifier and TypeMethodDescriptionSelectionCell.Template.deselected
(String option) ButtonCellBase.DefaultAppearance.Template.iconContentLayout
(String classes, SafeStyles styles, SafeHtml icon, SafeHtml cellContents) Positions the icon next to the text.ButtonCellBase.DefaultAppearance.Template.iconWrapper
(SafeStyles styles, SafeHtml image) The wrapper around the icon that aligns it vertically with the text.IconCellDecorator.Template.imageWrapperBottom
(SafeStyles styles, SafeHtml image) The wrapper around the image vertically aligned to the bottom.IconCellDecorator.Template.imageWrapperMiddle
(SafeStyles styles, SafeHtml image) The wrapper around the image vertically aligned to the middle.IconCellDecorator.Template.imageWrapperTop
(SafeStyles styles, SafeHtml image) The wrapper around the image vertically aligned to the top.IconCellDecorator.Template.outerDiv
(SafeStyles padding, SafeHtml icon, SafeHtml cellContents) -
Uses of SafeHtmlTemplates.Template in com.google.gwt.user.cellview.client
Modifier and TypeMethodDescriptionCellBrowser.Template.div
(int idx, String classes, SafeStyles padding, SafeHtml imageHtml, SafeHtml cellContents) CellBrowser.Template.divFocusable
(int idx, String classes, SafeStyles padding, int tabIndex, SafeHtml imageHtml, SafeHtml cellContents) CellBrowser.Template.divFocusableWithKey
(int idx, String classes, SafeStyles padding, int tabIndex, char accessKey, SafeHtml imageHtml, SafeHtml cellContents) CellBrowser.Template.imageWrapper
(SafeStyles css, SafeHtml image) CellTree.Template.imageWrapper
(String classes, SafeStyles cssLayout, SafeHtml image) CellTreeNodeView.Template.innerDiv
(SafeStyles cssString, String classes, SafeHtml image, String itemValueStyle, SafeHtml cellContents) CellTreeNodeView.Template.outerDiv
(SafeStyles cssString, String classes, SafeHtml content, String ariaSelected) AbstractCellTable.Template.tdBothAlign
(String classes, String hAlign, String vAlign, SafeHtml contents) AbstractCellTable.Template.tdHorizontalAlign
(String classes, String hAlign, SafeHtml contents) AbstractCellTable.Template.tdVerticalAlign
(String classes, String vAlign, SafeHtml contents) -
Uses of SafeHtmlTemplates.Template in com.google.gwt.user.client.ui