Uses of Interface
com.google.gwt.text.shared.SafeHtmlRenderer
-
Packages that use SafeHtmlRenderer Package Description com.google.gwt.cell.client com.google.gwt.text.shared Classes for parsing and rendering text and safe HTML.com.google.gwt.user.client.ui 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 SafeHtmlRenderer Modifier and Type Method Description SafeHtmlRenderer<java.lang.String>ImageLoadingCell.DefaultRenderers. getErrorRenderer()Returns the renderer for a broken image.SafeHtmlRenderer<java.lang.String>ImageLoadingCell.Renderers. getErrorRenderer()Get the renderer used to render an error message when the image does not load.SafeHtmlRenderer<java.lang.String>ImageLoadingCell.DefaultRenderers. getImageRenderer()Returns the renderer for an image.SafeHtmlRenderer<java.lang.String>ImageLoadingCell.Renderers. getImageRenderer()Get the renderer used to render the image.SafeHtmlRenderer<java.lang.String>ImageLoadingCell.DefaultRenderers. getLoadingRenderer()Returns the renderer for a loading image.SafeHtmlRenderer<java.lang.String>ImageLoadingCell.Renderers. getLoadingRenderer()Get the renderer used to render a loading message.SafeHtmlRenderer<C>AbstractSafeHtmlCell. getRenderer()Return theSafeHtmlRendererused by this cell.SafeHtmlRenderer<C>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 SafeHtmlRenderer Constructor Description AbstractSafeHtmlCell(SafeHtmlRenderer<C> renderer, java.lang.String... consumedEvents)Construct an AbstractSafeHtmlCell using a givenSafeHtmlRendererthat will consume a given set of events.AbstractSafeHtmlCell(SafeHtmlRenderer<C> renderer, java.util.Set<java.lang.String> consumedEvents)Construct an AbstractSafeHtmlCell using a givenSafeHtmlRendererthat will consume a given set of events.ButtonCell(SafeHtmlRenderer<java.lang.String> renderer)Construct a new ButtonCell that will use a givenSafeHtmlRenderer.ClickableTextCell(SafeHtmlRenderer<java.lang.String> renderer)Construct a new ClickableTextCell that will use a givenSafeHtmlRenderer.DateCell(DateTimeFormat format, SafeHtmlRenderer<java.lang.String> renderer)Construct a newDateCellusing the specified format and the givenSafeHtmlRenderer.DateCell(DateTimeFormat format, SafeHtmlRenderer<java.lang.String> renderer, TimeZone timeZone)Construct a newDateCellusing the specified format, the givenSafeHtmlRenderer, and the specified time zone.DateCell(SafeHtmlRenderer<java.lang.String> renderer)Construct a newDateCellusing the formatDateTimeFormat.PredefinedFormat.DATE_FULLand aSimpleSafeHtmlRenderer.DatePickerCell(DateTimeFormat format, SafeHtmlRenderer<java.lang.String> renderer)Constructs a new DatePickerCell that uses the given date/time format andSafeHtmlRenderer.DatePickerCell(SafeHtmlRenderer<java.lang.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<java.lang.String> renderer)Construct a new EditTextCell that will use a givenSafeHtmlRendererto render the value when not in edit mode.NumberCell(NumberFormat format, SafeHtmlRenderer<java.lang.String> renderer)NumberCell(SafeHtmlRenderer<java.lang.String> renderer)Construct a newNumberCellusing decimal format and the givenSafeHtmlRenderer.TextCell(SafeHtmlRenderer<java.lang.String> renderer)Constructs a TextCell that uses the providedSafeHtmlRendererto render its text.TextInputCell(SafeHtmlRenderer<java.lang.String> renderer)Deprecated.the value of a text input is never treated as html -
Uses of SafeHtmlRenderer in com.google.gwt.text.shared
Classes in com.google.gwt.text.shared that implement SafeHtmlRenderer Modifier and Type Class Description classAbstractSafeHtmlRenderer<T>Abstract implementation of a safe HTML renderer to make implementation of rendering simpler.classSimpleSafeHtmlRendererA simpleSafeHtmlRendererimplementation that callsSafeHtmlUtils.fromString(String)to escape its arguments. -
Uses of SafeHtmlRenderer in com.google.gwt.user.client.ui
Classes in com.google.gwt.user.client.ui that implement SafeHtmlRenderer Modifier and Type Class Description classImageResourceRendererGiven anImageResource, renders an element to show it.
-