Uses of Interface
com.google.gwt.safecss.shared.SafeStyles
Package
Description
Classes used to build DOM elements.
Shared classes for creating safe CSS style content.
The "cellview" widget set.
-
Uses of SafeStyles in com.google.gwt.cell.client
Modifier and TypeMethodDescriptionButtonCellBase.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 SafeStyles 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)