Uses of Interface
com.google.gwt.safehtml.shared.SafeHtml
-
Packages that use SafeHtml Package Description com.google.gwt.cell.client com.google.gwt.dom.builder.client Classes used to build DOM elements.com.google.gwt.dom.builder.shared Classes used to build DOM elements.com.google.gwt.dom.client Classes for low-level DOM programming.com.google.gwt.i18n.shared This package contains i18n classes and interfaces shared between client and server.com.google.gwt.safehtml.client Interfaces for creating safe HTML content using templates.com.google.gwt.safehtml.shared Shared classes for creating safe HTML content.com.google.gwt.text.shared Classes for parsing and rendering text and safe HTML.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 SafeHtml in com.google.gwt.cell.client
Methods in com.google.gwt.cell.client that return SafeHtml Modifier and Type Method Description SafeHtmlSelectionCell.Template. deselected(java.lang.String option)protected SafeHtmlIconCellDecorator. getIconHtml(C value)Get the safe HTML string that represents the icon.(package private) SafeHtmlIconCellDecorator. getImageHtml(ImageResource res, HasVerticalAlignment.VerticalAlignmentConstant valign, boolean isPlaceholder)Get the HTML representation of an image.SafeHtmlButtonCellBase.DefaultAppearance.Template. iconContentLayout(java.lang.String classes, SafeStyles styles, SafeHtml icon, SafeHtml cellContents)Positions the icon next to the text.SafeHtmlButtonCellBase.DefaultAppearance.Template. iconWrapper(SafeStyles styles, SafeHtml image)The wrapper around the icon that aligns it vertically with the text.SafeHtmlImageLoadingCell.Template. image(SafeHtml imageHtml)SafeHtmlIconCellDecorator.Template. imageWrapperBottom(SafeStyles styles, SafeHtml image)The wrapper around the image vertically aligned to the bottom.SafeHtmlIconCellDecorator.Template. imageWrapperMiddle(SafeStyles styles, SafeHtml image)The wrapper around the image vertically aligned to the middle.SafeHtmlIconCellDecorator.Template. imageWrapperTop(SafeStyles styles, SafeHtml image)The wrapper around the image vertically aligned to the top.SafeHtmlImageCell.Template. img(java.lang.String url)SafeHtmlImageLoadingCell.Template. img(java.lang.String url)SafeHtmlSafeImageCell.Template. img(SafeUri url)SafeHtmlEditTextCell.Template. input(java.lang.String value)SafeHtmlTextInputCell.Template. input(java.lang.String value)SafeHtmlImageLoadingCell.Template. loading(SafeHtml loadingHtml)SafeHtmlIconCellDecorator.Template. outerDiv(SafeStyles padding, SafeHtml icon, SafeHtml cellContents)SafeHtmlSelectionCell.Template. selected(java.lang.String option)Methods in com.google.gwt.cell.client with parameters of type SafeHtml Modifier and Type Method Description SafeHtmlButtonCellBase.DefaultAppearance.Template. iconContentLayout(java.lang.String classes, SafeStyles styles, SafeHtml icon, SafeHtml cellContents)Positions the icon next to the text.SafeHtmlButtonCellBase.DefaultAppearance.Template. iconWrapper(SafeStyles styles, SafeHtml image)The wrapper around the icon that aligns it vertically with the text.SafeHtmlImageLoadingCell.Template. image(SafeHtml imageHtml)SafeHtmlIconCellDecorator.Template. imageWrapperBottom(SafeStyles styles, SafeHtml image)The wrapper around the image vertically aligned to the bottom.SafeHtmlIconCellDecorator.Template. imageWrapperMiddle(SafeStyles styles, SafeHtml image)The wrapper around the image vertically aligned to the middle.SafeHtmlIconCellDecorator.Template. imageWrapperTop(SafeStyles styles, SafeHtml image)The wrapper around the image vertically aligned to the top.SafeHtmlImageLoadingCell.Template. loading(SafeHtml loadingHtml)SafeHtmlIconCellDecorator.Template. outerDiv(SafeStyles padding, SafeHtml icon, SafeHtml cellContents)protected abstract voidAbstractSafeHtmlCell. render(Cell.Context context, SafeHtml data, SafeHtmlBuilder sb)Render the cell contents after they have been converted toSafeHtmlform.voidButtonCell. render(Cell.Context context, SafeHtml data, SafeHtmlBuilder sb)protected voidClickableTextCell. render(Cell.Context context, SafeHtml value, SafeHtmlBuilder sb)voidSafeHtmlCell. render(Cell.Context context, SafeHtml value, SafeHtmlBuilder sb)voidTextCell. render(Cell.Context context, SafeHtml value, SafeHtmlBuilder sb)Constructors in com.google.gwt.cell.client with parameters of type SafeHtml Constructor Description ActionCell(SafeHtml message, ActionCell.Delegate<C> delegate)Construct a newActionCell. -
Uses of SafeHtml in com.google.gwt.dom.builder.client
Methods in com.google.gwt.dom.builder.client with parameters of type SafeHtml Modifier and Type Method Description protected voidDomBuilderImpl. doHtmlImpl(SafeHtml html)FrameSetBuilderDomFrameSetBuilder. html(SafeHtml html)HeadBuilderDomHeadBuilder. html(SafeHtml html)HtmlIFrameBuilderDomIFrameBuilder. html(SafeHtml html)ScriptBuilderDomScriptBuilder. html(SafeHtml html)StyleBuilderDomStyleBuilder. html(SafeHtml html)TableBuilderDomTableBuilder. html(SafeHtml html)TableRowBuilderDomTableRowBuilder. html(SafeHtml html)TableSectionBuilderDomTableSectionBuilder. html(SafeHtml html)TextAreaBuilderDomTextAreaBuilder. html(SafeHtml html) -
Uses of SafeHtml in com.google.gwt.dom.builder.shared
Methods in com.google.gwt.dom.builder.shared that return SafeHtml Modifier and Type Method Description SafeHtmlHtmlBuilderImpl. asSafeHtml()Return the HTML as aSafeHtmlstring.SafeHtmlHtmlElementBuilderBase. asSafeHtml()Return the HTML as aSafeHtmlstring.Methods in com.google.gwt.dom.builder.shared with parameters of type SafeHtml Modifier and Type Method Description protected abstract voidElementBuilderImpl. doHtmlImpl(SafeHtml html)Set the specified html as the inner HTML of the current element.protected voidHtmlBuilderImpl. doHtmlImpl(SafeHtml html)RAbstractElementBuilderBase. html(SafeHtml html)TElementBuilderBase. html(SafeHtml html)Append html within the node.voidElementBuilderImpl. html(SafeHtml html)FrameSetBuilderHtmlFrameSetBuilder. html(SafeHtml html)HeadBuilderHtmlHeadBuilder. html(SafeHtml html)HtmlIFrameBuilderHtmlIFrameBuilder. html(SafeHtml html)TableSectionBuilderHtmlOnlyTableSectionBuilder. html(SafeHtml html)Append html to the builder and validate the correctness of the html.ScriptBuilderHtmlScriptBuilder. html(SafeHtml html)StyleBuilderHtmlStyleBuilder. html(SafeHtml html)TableBuilderHtmlTableBuilder. html(SafeHtml html)TableRowBuilderHtmlTableRowBuilder. html(SafeHtml html)TableSectionBuilderHtmlTableSectionBuilder. html(SafeHtml html)TextAreaBuilderHtmlTextAreaBuilder. html(SafeHtml html)IFrameBuilderIFrameBuilder. html(SafeHtml html)ThrowsUnsupportedOperationException.StyleBuilderStyleBuilder. html(SafeHtml html)ThrowsUnsupportedOperationException. -
Uses of SafeHtml in com.google.gwt.dom.client
Methods in com.google.gwt.dom.client with parameters of type SafeHtml Modifier and Type Method Description voidElement. setInnerSafeHtml(SafeHtml html)All of the markup and content within a given element. -
Uses of SafeHtml in com.google.gwt.i18n.shared
Methods in com.google.gwt.i18n.shared that return SafeHtml Modifier and Type Method Description SafeHtmlSafeHtmlBidiFormatter. dirAttr(SafeHtml html)SafeHtmlSafeHtmlBidiFormatter. dirAttr(java.lang.String str)SafeHtmlSafeHtmlBidiFormatter. endEdge()Returns "left" for RTL context direction.SafeHtmlSafeHtmlBidiFormatter. knownDirAttr(HasDirection.Direction dir)SafeHtmlSafeHtmlBidiFormatter. mark()SafeHtmlSafeHtmlBidiFormatter. markAfter(SafeHtml html)SafeHtmlSafeHtmlBidiFormatter. markAfter(java.lang.String str)SafeHtmlSafeHtmlBidiFormatter. spanWrap(SafeHtml html)SafeHtmlSafeHtmlBidiFormatter. spanWrap(SafeHtml html, boolean dirReset)SafeHtmlSafeHtmlBidiFormatter. spanWrap(java.lang.String str)SafeHtmlSafeHtmlBidiFormatter. spanWrap(java.lang.String str, boolean dirReset)SafeHtmlSafeHtmlBidiFormatter. spanWrapWithKnownDir(HasDirection.Direction dir, SafeHtml html)SafeHtmlSafeHtmlBidiFormatter. spanWrapWithKnownDir(HasDirection.Direction dir, SafeHtml html, boolean dirReset)SafeHtmlSafeHtmlBidiFormatter. spanWrapWithKnownDir(HasDirection.Direction dir, java.lang.String str)SafeHtmlSafeHtmlBidiFormatter. spanWrapWithKnownDir(HasDirection.Direction dir, java.lang.String str, boolean dirReset)SafeHtmlSafeHtmlBidiFormatter. startEdge()Returns "right" for RTL context direction.SafeHtmlSafeHtmlBidiFormatter. unicodeWrap(SafeHtml html)SafeHtmlSafeHtmlBidiFormatter. unicodeWrap(SafeHtml html, boolean dirReset)SafeHtmlSafeHtmlBidiFormatter. unicodeWrap(java.lang.String str)SafeHtmlSafeHtmlBidiFormatter. unicodeWrap(java.lang.String str, boolean dirReset)SafeHtmlSafeHtmlBidiFormatter. unicodeWrapWithKnownDir(HasDirection.Direction dir, SafeHtml html)SafeHtmlSafeHtmlBidiFormatter. unicodeWrapWithKnownDir(HasDirection.Direction dir, SafeHtml html, boolean dirReset)SafeHtmlSafeHtmlBidiFormatter. unicodeWrapWithKnownDir(HasDirection.Direction dir, java.lang.String str)SafeHtmlSafeHtmlBidiFormatter. unicodeWrapWithKnownDir(HasDirection.Direction dir, java.lang.String str, boolean dirReset)Methods in com.google.gwt.i18n.shared with parameters of type SafeHtml Modifier and Type Method Description SafeHtmlSafeHtmlBidiFormatter. dirAttr(SafeHtml html)HasDirection.DirectionDirectionEstimator. estimateDirection(SafeHtml html)Estimates the direction of a SafeHtml.HasDirection.DirectionSafeHtmlBidiFormatter. estimateDirection(SafeHtml html)SafeHtmlSafeHtmlBidiFormatter. markAfter(SafeHtml html)SafeHtmlSafeHtmlBidiFormatter. spanWrap(SafeHtml html)SafeHtmlSafeHtmlBidiFormatter. spanWrap(SafeHtml html, boolean dirReset)SafeHtmlSafeHtmlBidiFormatter. spanWrapWithKnownDir(HasDirection.Direction dir, SafeHtml html)SafeHtmlSafeHtmlBidiFormatter. spanWrapWithKnownDir(HasDirection.Direction dir, SafeHtml html, boolean dirReset)SafeHtmlSafeHtmlBidiFormatter. unicodeWrap(SafeHtml html)SafeHtmlSafeHtmlBidiFormatter. unicodeWrap(SafeHtml html, boolean dirReset)SafeHtmlSafeHtmlBidiFormatter. unicodeWrapWithKnownDir(HasDirection.Direction dir, SafeHtml html)SafeHtmlSafeHtmlBidiFormatter. unicodeWrapWithKnownDir(HasDirection.Direction dir, SafeHtml html, boolean dirReset) -
Uses of SafeHtml in com.google.gwt.safehtml.client
Methods in com.google.gwt.safehtml.client with parameters of type SafeHtml Modifier and Type Method Description voidHasSafeHtml. setHTML(SafeHtml html)Sets this object's contents via known-safe HTML. -
Uses of SafeHtml in com.google.gwt.safehtml.shared
Classes in com.google.gwt.safehtml.shared that implement SafeHtml Modifier and Type Class Description classOnlyToBeUsedInGeneratedCodeStringBlessedAsSafeHtmlA string wrapped as an object of typeSafeHtml.(package private) classSafeHtmlStringA string wrapped as an object of typeSafeHtml.Fields in com.google.gwt.safehtml.shared declared as SafeHtml Modifier and Type Field Description static SafeHtmlSafeHtmlUtils. EMPTY_SAFE_HTMLAn empty String.Methods in com.google.gwt.safehtml.shared that return SafeHtml Modifier and Type Method Description static SafeHtmlSafeHtmlUtils. fromSafeConstant(java.lang.String s)Returns aSafeHtmlconstructed from a safe string, i.e., without escaping the string.static SafeHtmlSafeHtmlUtils. fromString(java.lang.String s)Returns aSafeHtmlcontaining the escaped string.static SafeHtmlSafeHtmlUtils. fromTrustedString(java.lang.String s)Returns aSafeHtmlconstructed from a trusted string, i.e., without escaping the string.SafeHtmlHtmlSanitizer. sanitize(java.lang.String html)Sanitizes a string intoSafeHtml.SafeHtmlSimpleHtmlSanitizer. sanitize(java.lang.String html)static SafeHtmlSimpleHtmlSanitizer. sanitizeHtml(java.lang.String html)HTML-sanitizes a string.SafeHtmlSafeHtmlBuilder. toSafeHtml()Returns the safe HTML accumulated in the builder as aSafeHtml.Methods in com.google.gwt.safehtml.shared with parameters of type SafeHtml Modifier and Type Method Description SafeHtmlBuilderSafeHtmlBuilder. append(SafeHtml html)Appends the contents of anotherSafeHtmlobject, without applying HTML-escaping to it. -
Uses of SafeHtml in com.google.gwt.text.shared
Methods in com.google.gwt.text.shared that return SafeHtml Modifier and Type Method Description SafeHtmlSafeHtmlRenderer. render(T object)Rendersobjectas safe HTML.SafeHtmlSimpleSafeHtmlRenderer. render(java.lang.String object)protected SafeHtmlAbstractSafeHtmlRenderer. toSafeHtml(java.lang.Object obj) -
Uses of SafeHtml in com.google.gwt.user.cellview.client
Methods in com.google.gwt.user.cellview.client that return SafeHtml Modifier and Type Method Description SafeHtmlAbstractCellTable.Template. div(SafeHtml contents)SafeHtmlCellBrowser.Template. div(int idx, java.lang.String classes, SafeStyles padding, SafeHtml imageHtml, SafeHtml cellContents)SafeHtmlCellList.Template. div(int idx, java.lang.String classes, SafeHtml cellContents)SafeHtmlCellBrowser.Template. divFocusable(int idx, java.lang.String classes, SafeStyles padding, int tabIndex, SafeHtml imageHtml, SafeHtml cellContents)SafeHtmlCellBrowser.Template. divFocusableWithKey(int idx, java.lang.String classes, SafeStyles padding, int tabIndex, char accessKey, SafeHtml imageHtml, SafeHtml cellContents)(package private) SafeHtmlCellTree. getClosedImageHtml(boolean isTop)Get the HTML to render the closed image.SafeHtmlCellList. getEmptyListMessage()Deprecated.as of GWT 2.3, useCellList.getEmptyListWidget()instead(package private) SafeHtmlCellTree. getLoadingImageHtml()Return the HTML to render the loading image.(package private) SafeHtmlCellTree. getOpenImageHtml(boolean isTop)Get the HTML to render the open image.SafeHtmlSafeHtmlHeader. getValue()Return theSafeHtmltext value.SafeHtmlCellBrowser.Template. imageWrapper(SafeStyles css, SafeHtml image)SafeHtmlCellTree.Template. imageWrapper(java.lang.String classes, SafeStyles cssLayout, SafeHtml image)SafeHtmlCellTreeNodeView.Template. innerDiv(SafeStyles cssString, java.lang.String classes, SafeHtml image, java.lang.String itemValueStyle, SafeHtml cellContents)SafeHtmlCellTreeNodeView.Template. outerDiv(SafeStyles cssString, java.lang.String classes, SafeHtml content, java.lang.String ariaSelected)SafeHtmlCellBasedWidgetImpl. processHtml(SafeHtml html)Deprecated.Takes in an html string and processes it, adding support for events.SafeHtmlAbstractCellTable.Template. tbody(SafeHtml rowHtml)SafeHtmlAbstractCellTable.Template. td(java.lang.String classes, SafeHtml contents)SafeHtmlAbstractCellTable.Template. tdBothAlign(java.lang.String classes, java.lang.String hAlign, java.lang.String vAlign, SafeHtml contents)SafeHtmlAbstractCellTable.Template. tdHorizontalAlign(java.lang.String classes, java.lang.String hAlign, SafeHtml contents)SafeHtmlAbstractCellTable.Template. tdVerticalAlign(java.lang.String classes, java.lang.String vAlign, SafeHtml contents)SafeHtmlAbstractCellTable.Template. tfoot(SafeHtml rowHtml)SafeHtmlAbstractCellTable.Template. thead(SafeHtml rowHtml)SafeHtmlAbstractCellTable.Template. tr(java.lang.String classes, SafeHtml contents)Methods in com.google.gwt.user.cellview.client with parameters of type SafeHtml Modifier and Type Method Description voidAbstractCellTable. addColumn(Column<T,?> col, SafeHtml headerHtml)Adds a column to the end of the table with an associatedSafeHtmlheader.voidAbstractCellTable. addColumn(Column<T,?> col, SafeHtml headerHtml, SafeHtml footerHtml)Adds a column to the end of the table with an associatedSafeHtmlheader and footer.protected ElementAbstractCellTable. convertToElements(SafeHtml html)protected ElementAbstractHasData. convertToElements(SafeHtml html)Convert the specified HTML into DOM elements and return the parent of the DOM elements.(package private) static ElementAbstractHasData. convertToElements(Widget widget, Element tmpElem, SafeHtml html)Convenience method to convert the specified HTML into DOM elements and return the parent of the DOM elements.SafeHtmlAbstractCellTable.Template. div(SafeHtml contents)SafeHtmlCellBrowser.Template. div(int idx, java.lang.String classes, SafeStyles padding, SafeHtml imageHtml, SafeHtml cellContents)SafeHtmlCellList.Template. div(int idx, java.lang.String classes, SafeHtml cellContents)SafeHtmlCellBrowser.Template. divFocusable(int idx, java.lang.String classes, SafeStyles padding, int tabIndex, SafeHtml imageHtml, SafeHtml cellContents)SafeHtmlCellBrowser.Template. divFocusableWithKey(int idx, java.lang.String classes, SafeStyles padding, int tabIndex, char accessKey, SafeHtml imageHtml, SafeHtml cellContents)SafeHtmlCellBrowser.Template. imageWrapper(SafeStyles css, SafeHtml image)SafeHtmlCellTree.Template. imageWrapper(java.lang.String classes, SafeStyles cssLayout, SafeHtml image)SafeHtmlCellTreeNodeView.Template. innerDiv(SafeStyles cssString, java.lang.String classes, SafeHtml image, java.lang.String itemValueStyle, SafeHtml cellContents)voidAbstractCellTable. insertColumn(int beforeIndex, Column<T,?> col, SafeHtml headerHtml)Inserts a column into the table at the specified index with an associatedSafeHtmlheader.voidAbstractCellTable. insertColumn(int beforeIndex, Column<T,?> col, SafeHtml headerHtml, SafeHtml footerHtml)Inserts a column into the table at the specified index with an associatedSafeHtmlheader and footer.SafeHtmlCellTreeNodeView.Template. outerDiv(SafeStyles cssString, java.lang.String classes, SafeHtml content, java.lang.String ariaSelected)SafeHtmlCellBasedWidgetImpl. processHtml(SafeHtml html)Deprecated.Takes in an html string and processes it, adding support for events.protected voidAbstractCellTable. replaceAllChildren(java.util.List<T> values, SafeHtml html)(package private) static voidAbstractHasData. replaceAllChildren(Widget widget, Element childContainer, SafeHtml html)Convenience method to replace all children of a Widget.protected voidAbstractHasData. replaceAllChildren(java.util.List<T> values, SafeHtml html)Replace all children with the specified html.protected voidAbstractCellTable. replaceChildren(java.util.List<T> values, int start, SafeHtml html)(package private) static voidAbstractHasData. replaceChildren(Widget widget, Element childContainer, Element newChildren, int start, SafeHtml html)Convenience method to convert the specified HTML into DOM elements and replace the existing elements starting at the specified index.protected voidAbstractHasData. replaceChildren(java.util.List<T> values, int start, SafeHtml html)Convert the specified HTML into DOM elements and replace the existing elements starting at the specified index.voidCellList. setEmptyListMessage(SafeHtml html)Deprecated.as of GWT 2.3, useCellList.setEmptyListWidget(com.google.gwt.user.client.ui.Widget)insteadSafeHtmlAbstractCellTable.Template. tbody(SafeHtml rowHtml)SafeHtmlAbstractCellTable.Template. td(java.lang.String classes, SafeHtml contents)SafeHtmlAbstractCellTable.Template. tdBothAlign(java.lang.String classes, java.lang.String hAlign, java.lang.String vAlign, SafeHtml contents)SafeHtmlAbstractCellTable.Template. tdHorizontalAlign(java.lang.String classes, java.lang.String hAlign, SafeHtml contents)SafeHtmlAbstractCellTable.Template. tdVerticalAlign(java.lang.String classes, java.lang.String vAlign, SafeHtml contents)SafeHtmlAbstractCellTable.Template. tfoot(SafeHtml rowHtml)SafeHtmlAbstractCellTable.Template. thead(SafeHtml rowHtml)SafeHtmlAbstractCellTable.Template. tr(java.lang.String classes, SafeHtml contents)Constructors in com.google.gwt.user.cellview.client with parameters of type SafeHtml Constructor Description SafeHtmlHeader(SafeHtml text)Construct a Header with a givenSafeHtmltext value. -
Uses of SafeHtml in com.google.gwt.user.client.ui
Fields in com.google.gwt.user.client.ui declared as SafeHtml Modifier and Type Field Description protected SafeHtmlRenderablePanel. htmlMethods in com.google.gwt.user.client.ui that return SafeHtml Modifier and Type Method Description SafeHtmlFormPanel.IFrameTemplate. get(java.lang.String name)SafeHtmlNamedFrame.IFrameTemplate. get(java.lang.String name)protected SafeHtmlRenderablePanel. getInnerHtml()Returns the HTML to be set as the innerHTML of the container.SafeHtmlAbstractImagePrototype. getSafeHtml()Gets an HTML fragment that displays the image represented by this prototype.SafeHtmlImageResourceRenderer.Template. image(SafeUri imageUri, int width, int height)SafeHtmlComposite. render(RenderableStamper stamper)SafeHtmlImageResourceRenderer. render(ImageResource image)SafeHtmlIsRenderable. render(RenderableStamper stamper)SafeHtmlRenderablePanel. render(RenderableStamper stamper)SafeHtmlRenderableStamper. stamp(SafeHtml safeHtml)Stamps an HTML element in such a way that it can be later found in the DOM tree.Methods in com.google.gwt.user.client.ui with parameters of type SafeHtml Modifier and Type Method Description voidStackLayoutPanel. add(Widget widget, SafeHtml header, double headerSize)Adds a child widget to this stack, along with a widget representing the stack header.voidStackPanel. add(Widget w, SafeHtml stackHtml)Adds a new child with the given widget and header, optionally interpreting the header as HTML.voidTabLayoutPanel. add(Widget child, SafeHtml html)Adds a widget to the panel.TreeItemHasTreeItems. addItem(SafeHtml itemHtml)Adds a simple tree item containing the specified html.MenuItemMenuBar. addItem(SafeHtml html, Scheduler.ScheduledCommand cmd)Adds a menu item to the bar containing SafeHtml, that will fire the given command when it is selected.MenuItemMenuBar. addItem(SafeHtml html, MenuBar popup)Adds a menu item to the bar, that will open the specified menu when it is selected.TreeItemTree. addItem(SafeHtml itemHtml)Adds a simple tree item containing the specified html.TreeItemTreeItem. addItem(SafeHtml itemHtml)Adds a child tree item containing the specified html.voidTabBar. addTab(SafeHtml html)Adds a new tab with the specified text.voidStackLayoutPanel. insert(Widget child, SafeHtml html, double headerSize, int beforeIndex)Inserts a widget into the panel.voidTabLayoutPanel. insert(Widget child, SafeHtml html, int beforeIndex)Inserts a widget into the panel.TreeItemTree. insertItem(int beforeIndex, SafeHtml itemHtml)Inserts a child tree item at the specified index containing the specified html.TreeItemTreeItem. insertItem(int beforeIndex, SafeHtml itemHtml)Inserts a child tree item at the specified index containing the specified html.voidTabBar. insertTab(SafeHtml html, int beforeIndex)Inserts a new tab at the specified index.voidCaptionPanel.CaptionPanelImpl. setCaption(FieldSetElement fieldset, Element legend, SafeHtml caption)voidCaptionPanel.CaptionPanelImplMozilla. setCaption(FieldSetElement fieldset, Element legend, SafeHtml caption)voidCaptionPanel.CaptionPanelImplSafari. setCaption(FieldSetElement fieldset, Element legend, SafeHtml caption)voidCaptionPanel. setCaptionHTML(SafeHtml html)Sets the caption for the panel using a SafeHtml string.voidStackLayoutPanel. setHeaderHTML(int index, SafeHtml html)Sets a stack header's HTML contents.voidDirectionalTextHelper. setHtml(SafeHtml content)Sets the element's content to the given value (html).voidDirectionalTextHelper. setHtml(SafeHtml content, HasDirection.Direction dir)Sets the element's content to the given value (html), applying the given direction.voidAnchor. setHTML(SafeHtml html)voidAnchor. setHTML(SafeHtml html, HasDirection.Direction dir)voidButtonBase. setHTML(SafeHtml html)voidCheckBox. setHTML(SafeHtml html, HasDirection.Direction dir)voidCustomButton.Face. setHTML(SafeHtml html)Set the face's contents as html.voidCustomButton. setHTML(SafeHtml html)voidDialogBox. setHTML(SafeHtml html)Sets the html string inside the caption by calling itsDialogBox.setHTML(SafeHtml)method.voidHasDirectionalSafeHtml. setHTML(SafeHtml html, HasDirection.Direction dir)Sets this object's html, also declaring its direction.voidHTML. setHTML(SafeHtml html)Sets this object's contents via known-safe HTML.voidHTML. setHTML(SafeHtml html, HasDirection.Direction dir)voidHTMLTable. setHTML(int row, int column, SafeHtml html)Sets the HTML contents of the specified cell.voidHyperlink. setHTML(SafeHtml html)voidHyperlink. setHTML(SafeHtml html, HasDirection.Direction dir)voidMenuItem. setHTML(SafeHtml html)voidRichTextArea. setHTML(SafeHtml html)voidTreeItem. setHTML(SafeHtml html)voidStackPanel. setStackText(int index, SafeHtml html)Sets the html associated with a child by its index.voidTabBar. setTabHTML(int index, SafeHtml html)Sets a tab's contents via safe html.voidTabLayoutPanel. setTabHTML(int index, SafeHtml html)Sets a tab's HTML contents.SafeHtmlRenderableStamper. stamp(SafeHtml safeHtml)Stamps an HTML element in such a way that it can be later found in the DOM tree.Constructors in com.google.gwt.user.client.ui with parameters of type SafeHtml Constructor Description Anchor(SafeHtml html)Creates an anchor for scripting.Anchor(SafeHtml html, HasDirection.Direction dir)Creates an anchor for scripting.Anchor(SafeHtml html, HasDirection.Direction dir, SafeUri href)Creates an anchor with its html and href (target URL) specified.Anchor(SafeHtml html, HasDirection.Direction dir, java.lang.String href)Creates an anchor with its html and href (target URL) specified.Anchor(SafeHtml html, DirectionEstimator directionEstimator)Creates an anchor for scripting.Anchor(SafeHtml html, DirectionEstimator directionEstimator, SafeUri href)Creates an anchor with its html and href (target URL) specified.Anchor(SafeHtml html, DirectionEstimator directionEstimator, java.lang.String href)Creates an anchor with its html and href (target URL) specified.Anchor(SafeHtml html, SafeUri href)Creates an anchor with its html and href (target URL) specified.Anchor(SafeHtml html, SafeUri href, java.lang.String target)Creates a source anchor (link to URI).Anchor(SafeHtml html, java.lang.String href)Creates an anchor with its html and href (target URL) specified.Anchor(SafeHtml html, java.lang.String href, java.lang.String target)Creates a source anchor (link to URI).Button(SafeHtml html)Creates a button with the given HTML caption.Button(SafeHtml html, ClickHandler handler)Creates a button with the given HTML caption and click listener.CaptionPanel(SafeHtml caption)Constructs a CaptionPanel with specified caption text.CheckBox(SafeHtml label)Creates a check box with the specified text label.CheckBox(SafeHtml label, HasDirection.Direction dir)Creates a check box with the specified text label.CheckBox(SafeHtml label, DirectionEstimator directionEstimator)Creates a check box with the specified text label.HTML(SafeHtml html)Initializes the widget's HTML from a givenSafeHtmlobject.HTML(SafeHtml html, HasDirection.Direction dir)Creates an HTML widget with the specified contents and with the specified direction.HTML(SafeHtml html, DirectionEstimator directionEstimator)Creates an HTML widget with the specified HTML contents and specifies a direction estimator.HTMLPanel(SafeHtml safeHtml)Initializes the panel's HTML from a givenSafeHtmlobject.Hyperlink(SafeHtml html, HasDirection.Direction dir, java.lang.String targetHistoryToken)Creates a hyperlink with its html and target history token specified.Hyperlink(SafeHtml html, DirectionEstimator directionEstimator, java.lang.String targetHistoryToken)Creates a hyperlink with its html and target history token specified.Hyperlink(SafeHtml html, java.lang.String targetHistoryToken)Creates a hyperlink with its html and target history token specified.InlineHTML(SafeHtml html)Initializes the widget's HTML from a givenSafeHtmlobject.InlineHTML(SafeHtml html, HasDirection.Direction dir)Creates an HTML widget with the specified contents and with the specified direction.InlineHTML(SafeHtml html, DirectionEstimator directionEstimator)Creates an HTML widget with the specified HTML contents and with a default direction estimator.InlineHyperlink(SafeHtml html, HasDirection.Direction dir, java.lang.String targetHistoryToken)Creates a hyperlink with its html and target history token specified.InlineHyperlink(SafeHtml html, DirectionEstimator directionEstimator, java.lang.String targetHistoryToken)Creates a hyperlink with its html and target history token specified.InlineHyperlink(SafeHtml html, java.lang.String targetHistoryToken)Creates a hyperlink with its html and target history token specified.MenuItem(SafeHtml html)Constructs a new menu item that fires a command when it is selected.MenuItem(SafeHtml html, Scheduler.ScheduledCommand cmd)Constructs a new menu item that fires a command when it is selected.MenuItem(SafeHtml html, MenuBar subMenu)Constructs a new menu item that cascades to a sub-menu when it is selected.RadioButton(java.lang.String name, SafeHtml label)Creates a new radio associated with a particular group, and initialized with the given HTML label.RadioButton(java.lang.String name, SafeHtml label, HasDirection.Direction dir)RadioButton(java.lang.String name, SafeHtml label, DirectionEstimator directionEstimator)RenderablePanel(SafeHtml safeHtml)Initializes the panel's HTML from a givenSafeHtmlobject.ResetButton(SafeHtml html)Creates a button with the given HTML caption.ResetButton(SafeHtml html, ClickHandler handler)Creates a button with the given HTML caption and click listener.SubmitButton(SafeHtml html)Creates a button with the given HTML caption.SubmitButton(SafeHtml html, ClickHandler handler)Creates a button with the given HTML caption and click listener.TreeItem(SafeHtml html)Constructs a tree item with the given HTML.
-