Uses of Annotation Type
com.google.gwt.safehtml.shared.annotations.SuppressIsSafeHtmlCastCheck
Packages that use 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
Methods in com.google.gwt.logging.client with annotations of type SuppressIsSafeHtmlCastCheck -
Uses of SuppressIsSafeHtmlCastCheck in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui with annotations of type SuppressIsSafeHtmlCastCheckModifier and TypeMethodDescriptionvoidAdds a new child with the given widget and header.voidInserts a widget into the panel.voidInserts a widget into the panel.voidInserts a widget into the tab panel.voidInserts a new tab at the specified index.voidCaptionPanel.setCaptionText(String text) Sets the caption for the panel using text that will be automatically escaped.voidDirectionalTextHelper.setDirection(HasDirection.Direction direction) Deprecated.voidDirectionalTextHelper.setDirectionEstimator(DirectionEstimator directionEstimator) Note: if the element already has non-empty content, this will update its direction according to the new estimator's result.voidStackPanel.setStackText(int index, String text) Sets the text associated with a child by its index.voidSets the element's content to the given value (plain text).voidDirectionalTextHelper.setText(String content, HasDirection.Direction dir) Sets the element's content to the given value (plain text), applying the given direction.Constructors in com.google.gwt.user.client.ui with annotations of type SuppressIsSafeHtmlCastCheckModifierConstructorDescriptionAnchor(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.