Uses of Annotation Type
com.google.gwt.safehtml.shared.annotations.SuppressIsSafeHtmlCastCheck
Package
Description
This package contains i18n classes and interfaces shared between client and
server.
Log handlers and related classes for java.util.logging support in GWT.
Shared classes for creating safe HTML content.
Widgets, Panels, and other user-interface classes.
-
Uses of SuppressIsSafeHtmlCastCheck in com.google.gwt.logging.client
-
Uses of SuppressIsSafeHtmlCastCheck in com.google.gwt.user.client.ui
Modifier and TypeMethodDescriptionvoid
Adds a new child with the given widget and header.void
Inserts a widget into the panel.void
Inserts a widget into the panel.void
Inserts a widget into the tab panel.void
Inserts a new tab at the specified index.void
CaptionPanel.setCaptionText
(String text) Sets the caption for the panel using text that will be automatically escaped.void
DirectionalTextHelper.setDirection
(HasDirection.Direction direction) Deprecated.void
DirectionalTextHelper.setDirectionEstimator
(DirectionEstimator directionEstimator) Note: if the element already has non-empty content, this will update its direction according to the new estimator's result.void
StackPanel.setStackText
(int index, String text) Sets the text associated with a child by its index.void
Sets the element's content to the given value (plain text).void
DirectionalTextHelper.setText
(String content, HasDirection.Direction dir) Sets the element's content to the given value (plain text), applying the given direction.ModifierConstructorDescriptionAnchor
(String text, HasDirection.Direction dir, String href) Creates an anchor with its text and href (target URL) specified.Anchor
(String text, DirectionEstimator directionEstimator, String href) Creates an anchor with its text and href (target URL) specified.Creates an anchor with its text and href (target URL) specified.Creates a source anchor with a frame target.CaptionPanel
(String captionText) Constructs a CaptionPanel with specified caption text.Creates an HTML panel whose root element has the given tag, and with the specified HTML contents.Hyperlink
(String text, HasDirection.Direction dir, String targetHistoryToken) Creates a hyperlink with its text and target history token specified.Hyperlink
(String text, DirectionEstimator directionEstimator, String targetHistoryToken) Creates a hyperlink with its text and target history token specified.Creates a hyperlink with its text and target history token specified.InlineHyperlink
(String text, HasDirection.Direction dir, String targetHistoryToken) Creates a hyperlink with its text and target history token specified.InlineHyperlink
(String text, DirectionEstimator directionEstimator, String targetHistoryToken) Creates a hyperlink with its text and target history token specified.InlineHyperlink
(String text, String targetHistoryToken) Creates a hyperlink with its text and target history token specified.MenuItem
(String text, 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.