Uses of Annotation Type
com.google.gwt.safehtml.shared.annotations.IsSafeUri
Package
Description
Classes used to build DOM elements.
Classes used to build DOM elements.
Classes for low-level DOM programming.
Shared classes for creating safe HTML content.
Widgets, Panels, and other user-interface classes.
-
Uses of IsSafeUri in com.google.gwt.dom.builder.client
-
Uses of IsSafeUri in com.google.gwt.dom.client
Modifier and TypeMethodDescriptionfinal void
Server-side form handler.final void
Style.setBackgroundImage
(String value) Set the background-image css property.final void
A URI designating a document that describes the reason for the change.final void
A URI designating a source document or message.final void
The absolute URI of the linked resource.final void
FrameElement.setLongDesc
(String longDesc) URI designating a long description of this image or frame.final void
A URI designating the initial frame contents. -
Uses of IsSafeUri in com.google.gwt.user.client.ui
Modifier and TypeMethodDescriptionvoid
Sets the 'action' associated with this form.void
Sets the anchor's href (the url to which it links).ModifierConstructorDescriptionAnchor
(SafeHtml html, HasDirection.Direction dir, String href) Creates an anchor with its html and href (target URL) specified.Anchor
(SafeHtml html, DirectionEstimator directionEstimator, String href) Creates an anchor with its html and href (target URL) specified.Creates an anchor with its html and href (target URL) specified.Creates a source anchor (link to URI).Creates an anchor with its text and href (target URL) specified.Creates a source anchor (link to URI).Anchor
(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.