Uses of Annotation Type
com.google.gwt.safehtml.shared.annotations.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
Modifier and TypeMethodDescriptionfinal void
Element.setInnerHTML
(String html) All of the markup and content within a given element. -
Uses of IsSafeHtml in com.google.gwt.uibinder.client
-
Uses of IsSafeHtml in com.google.gwt.user.client
Modifier and TypeMethodDescriptionstatic void
DOM.setInnerHTML
(Element elem, String html) Deprecated. -
Uses of IsSafeHtml in com.google.gwt.user.client.ui
Modifier and TypeMethodDescriptionMultiWordSuggestOracle.MultiWordSuggestion.getDisplayString()
SuggestOracle.Suggestion.getDisplayString()
Gets the display string associated with this suggestion.Modifier and TypeMethodDescriptionvoid
Overloaded version for IsWidget.void
Adds a child widget to this stack, along with a widget representing the stack header.void
Adds a new child with the given widget and header, optionally interpreting the header as HTML.void
Convenience overload to allowIsWidget
to be used directly.void
Adds a widget to the panel.void
Convenience overload to allowIsWidget
to be used directly.void
Adds 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.void
Adds a new tab with the specified text.MultiWordSuggestOracle.createSuggestion
(String replacementString, String displayString) Creates the suggestion based on the given replacement and display strings.void
StackLayoutPanel.insert
(Widget child, String text, boolean asHtml, double headerSize, int beforeIndex) Inserts a widget into the panel.void
Convenience overload to allowIsWidget
to be used directly.void
Inserts a widget into the panel.void
Convenience overload to allowIsWidget
to be used directly.void
Inserts a widget into the tab panel.void
RichTextArea.Formatter.insertHTML
(String html) Inserts generic html.void
Inserts a new tab at the specified index.void
CaptionPanel.CaptionPanelImpl.setCaption
(FieldSetElement fieldset, Element legend, String caption, boolean asHTML) void
CaptionPanel.CaptionPanelImplMozilla.setCaption
(FieldSetElement fieldset, Element legend, String caption, boolean asHTML) void
CaptionPanel.CaptionPanelImplSafari.setCaption
(FieldSetElement fieldset, Element legend, String caption, boolean asHTML) void
CaptionPanel.setCaptionHTML
(String html) Sets the caption for the panel using an HTML fragment.void
StackLayoutPanel.setHeaderHTML
(int index, String html) Sets a stack header's HTML contents.void
Sets the element's content to the given value (html).void
DirectionalTextHelper.setHtml
(String content, HasDirection.Direction dir) Sets the element's content to the given value (html), applying the given direction.void
void
void
void
Set the face's contents as html.void
Sets the current face's html.void
Sets the html string inside the caption by calling itsDialogBox.setHTML(SafeHtml)
method.void
HasDirectionalHtml.setHTML
(String html, HasDirection.Direction dir) Sets this object's html, also declaring its direction.void
Sets this object's contents via HTML.void
Sets the label's content to the given HTML.void
HTML.setHTML
(String html, HasDirection.Direction dir) Sets the label's content to the given HTML, applying the given direction.void
Sets the HTML contents of the specified cell.void
void
void
void
void
StackPanel.setStackText
(int index, String text, boolean asHTML) Sets the text associated with a child by its index.void
TabBar.setTabHTML
(int index, String html) Sets a tab's contents via HTML.void
TabLayoutPanel.setTabHTML
(int index, String html) Sets a tab's HTML contents.void
DirectionalTextHelper.setTextOrHtml
(String content, boolean isHtml) Sets the element's content to the given value (either plain text or HTML).void
DirectionalTextHelper.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.ModifierConstructorDescriptionCreates 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.