Uses of Annotation Type
com.google.gwt.safehtml.shared.annotations.IsSafeHtml
Packages that use IsSafeHtml
Package
Description
Classes for low-level DOM programming.
This package contains i18n classes and interfaces shared between client and
server.
Shared classes for creating safe HTML content.
Classes used to generate user interfaces using declarative ui.xml files.
Fundamental user-interface classes used in client-side GWT code.
Widgets, Panels, and other user-interface classes.
-
Uses of IsSafeHtml in com.google.gwt.dom.client
Method parameters in com.google.gwt.dom.client with annotations of type IsSafeHtmlModifier and TypeMethodDescriptionfinal voidElement.setInnerHTML(String html) All of the markup and content within a given element. -
Uses of IsSafeHtml in com.google.gwt.uibinder.client
Method parameters in com.google.gwt.uibinder.client with annotations of type IsSafeHtml -
Uses of IsSafeHtml in com.google.gwt.user.client
Method parameters in com.google.gwt.user.client with annotations of type IsSafeHtmlModifier and TypeMethodDescriptionstatic voidDOM.setInnerHTML(Element elem, String html) Deprecated. -
Uses of IsSafeHtml in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui with annotations of type IsSafeHtmlModifier and TypeMethodDescriptionMultiWordSuggestOracle.MultiWordSuggestion.getDisplayString()SuggestOracle.Suggestion.getDisplayString()Gets the display string associated with this suggestion.Method parameters in com.google.gwt.user.client.ui with annotations of type IsSafeHtmlModifier and TypeMethodDescriptionvoidOverloaded version for IsWidget.voidAdds a child widget to this stack, along with a widget representing the stack header.voidAdds a new child with the given widget and header, optionally interpreting the header as HTML.voidConvenience overload to allowIsWidgetto be used directly.voidAdds a widget to the panel.voidConvenience overload to allowIsWidgetto be used directly.voidAdds a widget to the tab panel.MenuBar.addItem(String text, boolean asHTML, Scheduler.ScheduledCommand cmd) Adds a menu item to the bar, that will fire the given command when it is selected.Adds a menu item to the bar, that will open the specified menu when it is selected.voidAdds a new tab with the specified text.MultiWordSuggestOracle.createSuggestion(String replacementString, String displayString) Creates the suggestion based on the given replacement and display strings.voidStackLayoutPanel.insert(Widget child, String text, boolean asHtml, double headerSize, int beforeIndex) Inserts a widget into the panel.voidConvenience overload to allowIsWidgetto be used directly.voidInserts a widget into the panel.voidConvenience overload to allowIsWidgetto be used directly.voidInserts a widget into the tab panel.voidRichTextArea.Formatter.insertHTML(String html) Inserts generic html.voidInserts a new tab at the specified index.voidCaptionPanel.CaptionPanelImpl.setCaption(FieldSetElement fieldset, Element legend, String caption, boolean asHTML) voidCaptionPanel.CaptionPanelImplMozilla.setCaption(FieldSetElement fieldset, Element legend, String caption, boolean asHTML) voidCaptionPanel.CaptionPanelImplSafari.setCaption(FieldSetElement fieldset, Element legend, String caption, boolean asHTML) voidCaptionPanel.setCaptionHTML(String html) Sets the caption for the panel using an HTML fragment.voidStackLayoutPanel.setHeaderHTML(int index, String html) Sets a stack header's HTML contents.voidSets the element's content to the given value (html).voidDirectionalTextHelper.setHtml(String content, HasDirection.Direction dir) Sets the element's content to the given value (html), applying the given direction.voidvoidvoidvoidSet the face's contents as html.voidSets the current face's html.voidSets the html string inside the caption by calling itsDialogBox.setHTML(SafeHtml)method.voidHasDirectionalHtml.setHTML(String html, HasDirection.Direction dir) Sets this object's html, also declaring its direction.voidSets this object's contents via HTML.voidSets the label's content to the given HTML.voidHTML.setHTML(String html, HasDirection.Direction dir) Sets the label's content to the given HTML, applying the given direction.voidSets the HTML contents of the specified cell.voidvoidvoidvoidvoidStackPanel.setStackText(int index, String text, boolean asHTML) Sets the text associated with a child by its index.voidTabBar.setTabHTML(int index, String html) Sets a tab's contents via HTML.voidTabLayoutPanel.setTabHTML(int index, String html) Sets a tab's HTML contents.voidDirectionalTextHelper.setTextOrHtml(String content, boolean isHtml) Sets the element's content to the given value (either plain text or HTML).voidDirectionalTextHelper.setTextOrHtml(String content, HasDirection.Direction dir, boolean isHtml) Sets the element's content to the given value (either plain text or HTML), applying the given direction.Constructor parameters in com.google.gwt.user.client.ui with annotations of type IsSafeHtmlModifierConstructorDescriptionCreates an anchor for scripting.Creates an anchor with its text and href (target URL) specified.Creates a source anchor (link to URI).Creates a button with the given HTML caption.Button(String html, ClickHandler handler) Creates a button with the given HTML caption and click listener.Button(String html, ClickListener listener) Deprecated.UseButton(String, ClickHandler)insteadCaptionPanel(String caption, boolean asHTML) Constructs a CaptionPanel having the specified caption.Creates a check box with the specified text label.Creates an HTML widget with the specified HTML contents.Creates an HTML widget with the specified contents, optionally treating it as HTML, and optionally disabling word wrapping.HTML(String html, HasDirection.Direction dir) Creates an HTML widget with the specified HTML contents and with the specified direction.Creates an HTML panel with the specified HTML contents inside a DIV element.Creates an HTML panel whose root element has the given tag, and with the specified HTML contents.Creates a hyperlink with its text and target history token specified.InlineHTML(String html) Creates an HTML widget with the specified HTML contents.InlineHTML(String html, HasDirection.Direction dir) Creates an HTML widget with the specified HTML contents and with the specified direction.InlineHyperlink(String text, boolean asHTML, String targetHistoryToken) Creates a hyperlink with its text and target history token specified.(package private)MenuItem(String text, boolean asHTML, Scheduler.ScheduledCommand cmd) Constructs a new menu item that fires a command when it is selected.Constructs a new menu item that cascades to a sub-menu when it is selected.MultiWordSuggestion(String replacementString, String displayString) Constructor forMultiWordSuggestion.RadioButton(String name, String label, boolean asHTML) Creates a new radio button associated with a particular group, and initialized with the given label (optionally treated as HTML).RenderablePanel(String html) Creates an HTML panel with the specified HTML contents inside a DIV element.ResetButton(String html) Creates a button with the given HTML caption.ResetButton(String html, ClickHandler handler) Creates a button with the given HTML caption and click listener.SubmitButton(String html) Creates a button with the given HTML caption.SubmitButton(String html, ClickHandler handler) Creates a button with the given HTML caption and click listener.
Element.setInnerHTML(String)instead.