Uses of Interface
com.google.gwt.text.shared.SafeHtmlRenderer
Package
Description
Classes for parsing and rendering text and safe HTML.
Widgets, Panels, and other user-interface classes.
-
Uses of SafeHtmlRenderer in com.google.gwt.cell.client
Modifier and TypeMethodDescriptionImageLoadingCell.DefaultRenderers.getErrorRenderer()
Returns the renderer for a broken image.ImageLoadingCell.Renderers.getErrorRenderer()
Get the renderer used to render an error message when the image does not load.ImageLoadingCell.DefaultRenderers.getImageRenderer()
Returns the renderer for an image.ImageLoadingCell.Renderers.getImageRenderer()
Get the renderer used to render the image.ImageLoadingCell.DefaultRenderers.getLoadingRenderer()
Returns the renderer for a loading image.ImageLoadingCell.Renderers.getLoadingRenderer()
Get the renderer used to render a loading message.AbstractSafeHtmlCell.getRenderer()
Return theSafeHtmlRenderer
used by this cell.ButtonCellBase.DefaultAppearance.getRenderer()
Return theSafeHtmlRenderer
used by this Appearance to render the contents of the button.ModifierConstructorDescriptionAbstractSafeHtmlCell
(SafeHtmlRenderer<C> renderer, String... consumedEvents) Construct an AbstractSafeHtmlCell using a givenSafeHtmlRenderer
that will consume a given set of events.AbstractSafeHtmlCell
(SafeHtmlRenderer<C> renderer, Set<String> consumedEvents) Construct an AbstractSafeHtmlCell using a givenSafeHtmlRenderer
that will consume a given set of events.ButtonCell
(SafeHtmlRenderer<String> renderer) Construct a new ButtonCell that will use a givenSafeHtmlRenderer
.ClickableTextCell
(SafeHtmlRenderer<String> renderer) Construct a new ClickableTextCell that will use a givenSafeHtmlRenderer
.DateCell
(DateTimeFormat format, SafeHtmlRenderer<String> renderer) Construct a newDateCell
using the specified format and the givenSafeHtmlRenderer
.DateCell
(DateTimeFormat format, SafeHtmlRenderer<String> renderer, TimeZone timeZone) Construct a newDateCell
using the specified format, the givenSafeHtmlRenderer
, and the specified time zone.DateCell
(SafeHtmlRenderer<String> renderer) Construct a newDateCell
using the formatDateTimeFormat.PredefinedFormat.DATE_FULL
and aSimpleSafeHtmlRenderer
.DatePickerCell
(DateTimeFormat format, SafeHtmlRenderer<String> renderer) Constructs a new DatePickerCell that uses the given date/time format andSafeHtmlRenderer
.DatePickerCell
(SafeHtmlRenderer<String> renderer) Constructs a new DatePickerCell that uses the date/time format given byDateTimeFormat.getFullDateFormat()
and the givenSafeHtmlRenderer
.DefaultAppearance
(SafeHtmlRenderer<C> renderer) Construct a newButtonCellBase.DefaultAppearance
using the default styles.DefaultAppearance
(SafeHtmlRenderer<C> renderer, ButtonCellBase.DefaultAppearance.Resources resources) Construct a newButtonCellBase.DefaultAppearance
using the specified resources.EditTextCell
(SafeHtmlRenderer<String> renderer) Construct a new EditTextCell that will use a givenSafeHtmlRenderer
to render the value when not in edit mode.NumberCell
(NumberFormat format, SafeHtmlRenderer<String> renderer) NumberCell
(SafeHtmlRenderer<String> renderer) Construct a newNumberCell
using decimal format and the givenSafeHtmlRenderer
.TextCell
(SafeHtmlRenderer<String> renderer) Constructs a TextCell that uses the providedSafeHtmlRenderer
to render its text.TextInputCell
(SafeHtmlRenderer<String> renderer) Deprecated.the value of a text input is never treated as html -
Uses of SafeHtmlRenderer in com.google.gwt.user.client.ui