Uses of Interface
com.google.gwt.text.shared.SafeHtmlRenderer
Packages that use 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
Methods in com.google.gwt.cell.client that return SafeHtmlRendererModifier 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 theSafeHtmlRendererused by this cell.ButtonCellBase.DefaultAppearance.getRenderer()Return theSafeHtmlRendererused by this Appearance to render the contents of the button.Constructors in com.google.gwt.cell.client with parameters of type SafeHtmlRendererModifierConstructorDescriptionAbstractSafeHtmlCell(SafeHtmlRenderer<C> renderer, String... consumedEvents) Construct an AbstractSafeHtmlCell using a givenSafeHtmlRendererthat will consume a given set of events.AbstractSafeHtmlCell(SafeHtmlRenderer<C> renderer, Set<String> consumedEvents) Construct an AbstractSafeHtmlCell using a givenSafeHtmlRendererthat 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 newDateCellusing the specified format and the givenSafeHtmlRenderer.DateCell(DateTimeFormat format, SafeHtmlRenderer<String> renderer, TimeZone timeZone) Construct a newDateCellusing the specified format, the givenSafeHtmlRenderer, and the specified time zone.DateCell(SafeHtmlRenderer<String> renderer) Construct a newDateCellusing the formatDateTimeFormat.PredefinedFormat.DATE_FULLand 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.DefaultAppearanceusing the default styles.DefaultAppearance(SafeHtmlRenderer<C> renderer, ButtonCellBase.DefaultAppearance.Resources resources) Construct a newButtonCellBase.DefaultAppearanceusing the specified resources.EditTextCell(SafeHtmlRenderer<String> renderer) Construct a new EditTextCell that will use a givenSafeHtmlRendererto render the value when not in edit mode.NumberCell(NumberFormat format, SafeHtmlRenderer<String> renderer) NumberCell(SafeHtmlRenderer<String> renderer) Construct a newNumberCellusing decimal format and the givenSafeHtmlRenderer.TextCell(SafeHtmlRenderer<String> renderer) Constructs a TextCell that uses the providedSafeHtmlRendererto 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
Classes in com.google.gwt.user.client.ui that implement SafeHtmlRenderer