GWT 2.7.0

Uses of Class
com.google.gwt.safehtml.client.SafeHtmlTemplates.Template

Packages that use SafeHtmlTemplates.Template
com.google.gwt.cell.client Standard Cell subclasses used by the cellview widgets. 
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
 SafeHtml SelectionCell.Template.deselected(java.lang.String option)
           
 SafeHtml ButtonCellBase.DefaultAppearance.Template.iconContentLayout(java.lang.String classes, SafeStyles styles, SafeHtml icon, SafeHtml cellContents)
          Positions the icon next to the text.
 SafeHtml ButtonCellBase.DefaultAppearance.Template.iconWrapper(SafeStyles styles, SafeHtml image)
          The wrapper around the icon that aligns it vertically with the text.
 SafeHtml ImageLoadingCell.Template.image(SafeHtml imageHtml)
           
 SafeHtml IconCellDecorator.Template.imageWrapperBottom(SafeStyles styles, SafeHtml image)
          The wrapper around the image vertically aligned to the bottom.
 SafeHtml IconCellDecorator.Template.imageWrapperMiddle(SafeStyles styles, SafeHtml image)
          The wrapper around the image vertically aligned to the middle.
 SafeHtml IconCellDecorator.Template.imageWrapperTop(SafeStyles styles, SafeHtml image)
          The wrapper around the image vertically aligned to the top.
 SafeHtml SafeImageCell.Template.img(SafeUri url)
           
 SafeHtml ImageLoadingCell.Template.img(java.lang.String url)
           
 SafeHtml ImageCell.Template.img(java.lang.String url)
           
 SafeHtml TextInputCell.Template.input(java.lang.String value)
           
 SafeHtml EditTextCell.Template.input(java.lang.String value)
           
 SafeHtml ImageLoadingCell.Template.loading(SafeHtml loadingHtml)
           
 SafeHtml IconCellDecorator.Template.outerDiv(SafeStyles padding, SafeHtml icon, SafeHtml cellContents)
           
 SafeHtml SelectionCell.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
 SafeHtml CellList.Template.div(int idx, java.lang.String classes, SafeHtml cellContents)
           
 SafeHtml CellBrowser.Template.div(int idx, java.lang.String classes, SafeStyles padding, SafeHtml imageHtml, SafeHtml cellContents)
           
 SafeHtml AbstractCellTable.Template.div(SafeHtml contents)
           
 SafeHtml CellBrowser.Template.divFocusable(int idx, java.lang.String classes, SafeStyles padding, int tabIndex, SafeHtml imageHtml, SafeHtml cellContents)
           
 SafeHtml CellBrowser.Template.divFocusableWithKey(int idx, java.lang.String classes, SafeStyles padding, int tabIndex, char accessKey, SafeHtml imageHtml, SafeHtml cellContents)
           
 SafeHtml CellBrowser.Template.imageWrapper(SafeStyles css, SafeHtml image)
           
 SafeHtml CellTree.Template.imageWrapper(java.lang.String classes, SafeStyles cssLayout, SafeHtml image)
           
 SafeHtml CellTreeNodeView.Template.innerDiv(SafeStyles cssString, java.lang.String classes, SafeHtml image, java.lang.String itemValueStyle, SafeHtml cellContents)
           
 SafeHtml CellTreeNodeView.Template.outerDiv(SafeStyles cssString, java.lang.String classes, SafeHtml content, java.lang.String ariaSelected)
           
 SafeHtml AbstractCellTable.Template.tbody(SafeHtml rowHtml)
           
 SafeHtml AbstractCellTable.Template.td(java.lang.String classes, SafeHtml contents)
           
 SafeHtml AbstractCellTable.Template.tdBothAlign(java.lang.String classes, java.lang.String hAlign, java.lang.String vAlign, SafeHtml contents)
           
 SafeHtml AbstractCellTable.Template.tdHorizontalAlign(java.lang.String classes, java.lang.String hAlign, SafeHtml contents)
           
 SafeHtml AbstractCellTable.Template.tdVerticalAlign(java.lang.String classes, java.lang.String vAlign, SafeHtml contents)
           
 SafeHtml AbstractCellTable.Template.tfoot(SafeHtml rowHtml)
           
 SafeHtml AbstractCellTable.Template.thead(SafeHtml rowHtml)
           
 SafeHtml AbstractCellTable.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
 SafeHtml NamedFrame.IFrameTemplate.get(java.lang.String name)
           
 SafeHtml FormPanel.IFrameTemplate.get(java.lang.String name)
           
 SafeHtml ImageResourceRenderer.Template.image(SafeUri imageUri, int width, int height)
           
 


GWT 2.7.0