Uses of Class
com.google.gwt.safehtml.client.SafeHtmlTemplates.Template
-
Packages that use SafeHtmlTemplates.Template Package Description com.google.gwt.cell.client com.google.gwt.user.cellview.client The "cellview" widget set.com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of SafeHtmlTemplates.Template in com.google.gwt.cell.client
Methods in com.google.gwt.cell.client with annotations of type SafeHtmlTemplates.Template Modifier and Type Method Description SafeHtmlSelectionCell.Template. deselected(java.lang.String option)SafeHtmlButtonCellBase.DefaultAppearance.Template. iconContentLayout(java.lang.String classes, SafeStyles styles, SafeHtml icon, SafeHtml cellContents)Positions the icon next to the text.SafeHtmlButtonCellBase.DefaultAppearance.Template. iconWrapper(SafeStyles styles, SafeHtml image)The wrapper around the icon that aligns it vertically with the text.SafeHtmlImageLoadingCell.Template. image(SafeHtml imageHtml)SafeHtmlIconCellDecorator.Template. imageWrapperBottom(SafeStyles styles, SafeHtml image)The wrapper around the image vertically aligned to the bottom.SafeHtmlIconCellDecorator.Template. imageWrapperMiddle(SafeStyles styles, SafeHtml image)The wrapper around the image vertically aligned to the middle.SafeHtmlIconCellDecorator.Template. imageWrapperTop(SafeStyles styles, SafeHtml image)The wrapper around the image vertically aligned to the top.SafeHtmlImageCell.Template. img(java.lang.String url)SafeHtmlImageLoadingCell.Template. img(java.lang.String url)SafeHtmlSafeImageCell.Template. img(SafeUri url)SafeHtmlEditTextCell.Template. input(java.lang.String value)SafeHtmlTextInputCell.Template. input(java.lang.String value)SafeHtmlImageLoadingCell.Template. loading(SafeHtml loadingHtml)SafeHtmlIconCellDecorator.Template. outerDiv(SafeStyles padding, SafeHtml icon, SafeHtml cellContents)SafeHtmlSelectionCell.Template. selected(java.lang.String option) -
Uses of SafeHtmlTemplates.Template in com.google.gwt.user.cellview.client
Methods in com.google.gwt.user.cellview.client with annotations of type SafeHtmlTemplates.Template Modifier and Type Method Description SafeHtmlAbstractCellTable.Template. div(SafeHtml contents)SafeHtmlCellBrowser.Template. div(int idx, java.lang.String classes, SafeStyles padding, SafeHtml imageHtml, SafeHtml cellContents)SafeHtmlCellList.Template. div(int idx, java.lang.String classes, SafeHtml cellContents)SafeHtmlCellBrowser.Template. divFocusable(int idx, java.lang.String classes, SafeStyles padding, int tabIndex, SafeHtml imageHtml, SafeHtml cellContents)SafeHtmlCellBrowser.Template. divFocusableWithKey(int idx, java.lang.String classes, SafeStyles padding, int tabIndex, char accessKey, SafeHtml imageHtml, SafeHtml cellContents)SafeHtmlCellBrowser.Template. imageWrapper(SafeStyles css, SafeHtml image)SafeHtmlCellTree.Template. imageWrapper(java.lang.String classes, SafeStyles cssLayout, SafeHtml image)SafeHtmlCellTreeNodeView.Template. innerDiv(SafeStyles cssString, java.lang.String classes, SafeHtml image, java.lang.String itemValueStyle, SafeHtml cellContents)SafeHtmlCellTreeNodeView.Template. outerDiv(SafeStyles cssString, java.lang.String classes, SafeHtml content, java.lang.String ariaSelected)SafeHtmlAbstractCellTable.Template. tbody(SafeHtml rowHtml)SafeHtmlAbstractCellTable.Template. td(java.lang.String classes, SafeHtml contents)SafeHtmlAbstractCellTable.Template. tdBothAlign(java.lang.String classes, java.lang.String hAlign, java.lang.String vAlign, SafeHtml contents)SafeHtmlAbstractCellTable.Template. tdHorizontalAlign(java.lang.String classes, java.lang.String hAlign, SafeHtml contents)SafeHtmlAbstractCellTable.Template. tdVerticalAlign(java.lang.String classes, java.lang.String vAlign, SafeHtml contents)SafeHtmlAbstractCellTable.Template. tfoot(SafeHtml rowHtml)SafeHtmlAbstractCellTable.Template. thead(SafeHtml rowHtml)SafeHtmlAbstractCellTable.Template. tr(java.lang.String classes, SafeHtml contents) -
Uses of SafeHtmlTemplates.Template in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui with annotations of type SafeHtmlTemplates.Template Modifier and Type Method Description SafeHtmlFormPanel.IFrameTemplate. get(java.lang.String name)SafeHtmlNamedFrame.IFrameTemplate. get(java.lang.String name)SafeHtmlImageResourceRenderer.Template. image(SafeUri imageUri, int width, int height)
-