Uses of Class
com.google.gwt.safehtml.shared.annotations.SuppressIsSafeHtmlCastCheck
-
Packages that use SuppressIsSafeHtmlCastCheck Package Description com.google.gwt.i18n.shared This package contains i18n classes and interfaces shared between client and server.com.google.gwt.logging.client Log handlers and related classes for java.util.logging support in GWT.com.google.gwt.safehtml.shared Shared classes for creating safe HTML content.com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of SuppressIsSafeHtmlCastCheck in com.google.gwt.i18n.shared
Methods in com.google.gwt.i18n.shared with annotations of type SuppressIsSafeHtmlCastCheck Modifier and Type Method Description java.lang.StringBidiFormatter. spanWrap(java.lang.String str)LikeBidiFormatter.spanWrap(String, boolean, boolean), but assumesisHtmlis false anddirResetis true.SafeHtmlSafeHtmlBidiFormatter. spanWrap(java.lang.String str, boolean dirReset)java.lang.StringBidiFormatter. spanWrapWithKnownDir(HasDirection.Direction dir, java.lang.String str)LikeBidiFormatter.spanWrapWithKnownDir(com.google.gwt.i18n.client.HasDirection.Direction, String, boolean, boolean), but assumesisHtmlis false anddirResetis true.SafeHtmlSafeHtmlBidiFormatter. spanWrapWithKnownDir(HasDirection.Direction dir, java.lang.String str, boolean dirReset)protected java.lang.StringBidiFormatterBase. spanWrapWithKnownDirBase(HasDirection.Direction dir, java.lang.String str, boolean isHtml, boolean dirReset) -
Uses of SuppressIsSafeHtmlCastCheck in com.google.gwt.logging.client
Methods in com.google.gwt.logging.client with annotations of type SuppressIsSafeHtmlCastCheck Modifier and Type Method Description voidHasWidgetsLogHandler. publish(java.util.logging.LogRecord record) -
Uses of SuppressIsSafeHtmlCastCheck in com.google.gwt.safehtml.shared
Methods in com.google.gwt.safehtml.shared with annotations of type SuppressIsSafeHtmlCastCheck Modifier and Type Method Description java.lang.StringOnlyToBeUsedInGeneratedCodeStringBlessedAsSafeHtml. asString()Returns this object's contained HTML as a string.java.lang.StringSafeHtmlString. asString()Returns this object's contained HTML as a string.static java.lang.StringSafeHtmlUtils. htmlEscapeAllowEntities(java.lang.String text)HTML-escapes a string, but does not double-escape HTML-entities already present in the string. -
Uses of SuppressIsSafeHtmlCastCheck in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui with annotations of type SuppressIsSafeHtmlCastCheck Modifier and Type Method Description voidStackPanel. add(Widget w, java.lang.String stackText)Adds a new child with the given widget and header.voidStackLayoutPanel. insert(Widget child, java.lang.String text, double headerSize, int beforeIndex)Inserts a widget into the panel.voidTabLayoutPanel. insert(Widget child, java.lang.String text, int beforeIndex)Inserts a widget into the panel.voidTabPanel. insert(Widget widget, java.lang.String tabText, int beforeIndex)Inserts a widget into the tab panel.voidTabBar. insertTab(java.lang.String text, int beforeIndex)Inserts a new tab at the specified index.voidCaptionPanel. setCaptionText(java.lang.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, java.lang.String text)Sets the text associated with a child by its index.voidDirectionalTextHelper. setText(java.lang.String content)Sets the element's content to the given value (plain text).voidDirectionalTextHelper. setText(java.lang.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 SuppressIsSafeHtmlCastCheck Constructor Description Anchor(java.lang.String text, HasDirection.Direction dir, java.lang.String href)Creates an anchor with its text and href (target URL) specified.Anchor(java.lang.String text, DirectionEstimator directionEstimator, java.lang.String href)Creates an anchor with its text and href (target URL) specified.Anchor(java.lang.String text, java.lang.String href)Creates an anchor with its text and href (target URL) specified.Anchor(java.lang.String text, java.lang.String href, java.lang.String target)Creates a source anchor with a frame target.CaptionPanel(java.lang.String captionText)Constructs a CaptionPanel with specified caption text.HTMLPanel(java.lang.String tag, java.lang.String html)Creates an HTML panel whose root element has the given tag, and with the specified HTML contents.Hyperlink(java.lang.String text, HasDirection.Direction dir, java.lang.String targetHistoryToken)Creates a hyperlink with its text and target history token specified.Hyperlink(java.lang.String text, DirectionEstimator directionEstimator, java.lang.String targetHistoryToken)Creates a hyperlink with its text and target history token specified.Hyperlink(java.lang.String text, java.lang.String targetHistoryToken)Creates a hyperlink with its text and target history token specified.InlineHyperlink(java.lang.String text, HasDirection.Direction dir, java.lang.String targetHistoryToken)Creates a hyperlink with its text and target history token specified.InlineHyperlink(java.lang.String text, DirectionEstimator directionEstimator, java.lang.String targetHistoryToken)Creates a hyperlink with its text and target history token specified.InlineHyperlink(java.lang.String text, java.lang.String targetHistoryToken)Creates a hyperlink with its text and target history token specified.MenuItem(java.lang.String text, Scheduler.ScheduledCommand cmd)Constructs a new menu item that fires a command when it is selected.MenuItem(java.lang.String text, MenuBar subMenu)Constructs a new menu item that cascades to a sub-menu when it is selected.
-