Uses of Class
com.google.gwt.safehtml.shared.annotations.IsSafeUri
-
Packages that use IsSafeUri Package Description com.google.gwt.dom.builder.client Classes used to build DOM elements.com.google.gwt.dom.builder.shared Classes used to build DOM elements.com.google.gwt.dom.client Classes for low-level DOM programming.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 IsSafeUri in com.google.gwt.dom.builder.client
Method parameters in com.google.gwt.dom.builder.client with annotations of type IsSafeUri Modifier and Type Method Description FormBuilderDomFormBuilder. action(java.lang.String action)ModBuilderDomModBuilder. cite(java.lang.String cite)QuoteBuilderDomQuoteBuilder. cite(java.lang.String cite)AnchorBuilderDomAnchorBuilder. href(java.lang.String href)FrameBuilderDomFrameBuilder. longDesc(java.lang.String longDesc)IFrameBuilderDomIFrameBuilder. src(java.lang.String src)StylesBuilderDomStylesBuilder. trustedBackgroundImage(java.lang.String value) -
Uses of IsSafeUri in com.google.gwt.dom.builder.shared
Method parameters in com.google.gwt.dom.builder.shared with annotations of type IsSafeUri Modifier and Type Method Description FormBuilderFormBuilder. action(java.lang.String action)Server-side form handler.FormBuilderHtmlFormBuilder. action(java.lang.String action)QuoteBuilderHtmlQuoteBuilder. cite(java.lang.String cite)ModBuilderModBuilder. cite(java.lang.String cite)A URI designating a document that describes the reason for the change.QuoteBuilderQuoteBuilder. cite(java.lang.String cite)A URI designating a source document or message.AnchorBuilderAnchorBuilder. href(java.lang.String href)The absolute URI of the linked resource.AnchorBuilderHtmlAnchorBuilder. href(java.lang.String href)FrameBuilderFrameBuilder. longDesc(java.lang.String longDesc)URI designating a long description of this image or frame.FrameBuilderHtmlFrameBuilder. longDesc(java.lang.String longDesc)IFrameBuilderHtmlIFrameBuilder. src(java.lang.String src)IFrameBuilderIFrameBuilder. src(java.lang.String src)A URI designating the initial frame contents.StylesBuilderHtmlStylesBuilder. trustedBackgroundImage(java.lang.String value)StylesBuilderStylesBuilder. trustedBackgroundImage(java.lang.String value)Sets the "background-image" style property to the specified value. -
Uses of IsSafeUri in com.google.gwt.dom.client
Method parameters in com.google.gwt.dom.client with annotations of type IsSafeUri Modifier and Type Method Description voidFormElement. setAction(java.lang.String action)Server-side form handler.voidStyle. setBackgroundImage(java.lang.String value)Set the background-image css property.voidModElement. setCite(java.lang.String cite)A URI designating a document that describes the reason for the change.voidQuoteElement. setCite(java.lang.String cite)A URI designating a source document or message.voidAnchorElement. setHref(java.lang.String href)The absolute URI of the linked resource.voidFrameElement. setLongDesc(java.lang.String longDesc)URI designating a long description of this image or frame.voidIFrameElement. setSrc(java.lang.String src)A URI designating the initial frame contents. -
Uses of IsSafeUri in com.google.gwt.safehtml.shared
Methods in com.google.gwt.safehtml.shared with annotations of type IsSafeUri Modifier and Type Method Description java.lang.StringSafeUri. asString()Returns this object's contained URI as a string.java.lang.StringSafeUriString. asString()Returns this object's contained URI as a string.static java.lang.StringUriUtils. sanitizeUri(java.lang.String uri)Sanitizes a URI.Constructor parameters in com.google.gwt.safehtml.shared with annotations of type IsSafeUri Constructor Description SafeUriString(java.lang.String uri)Constructs aSafeUriStringfrom a string. -
Uses of IsSafeUri in com.google.gwt.user.client.ui
Method parameters in com.google.gwt.user.client.ui with annotations of type IsSafeUri Modifier and Type Method Description voidFormPanel. setAction(java.lang.String url)Sets the 'action' associated with this form.voidAnchor. setHref(java.lang.String href)Sets the anchor's href (the url to which it links).Constructor parameters in com.google.gwt.user.client.ui with annotations of type IsSafeUri Constructor Description Anchor(SafeHtml html, HasDirection.Direction dir, java.lang.String href)Creates an anchor with its html and href (target URL) specified.Anchor(SafeHtml html, DirectionEstimator directionEstimator, java.lang.String href)Creates an anchor with its html and href (target URL) specified.Anchor(SafeHtml html, java.lang.String href)Creates an anchor with its html and href (target URL) specified.Anchor(SafeHtml html, java.lang.String href, java.lang.String target)Creates a source anchor (link to URI).Anchor(java.lang.String text, boolean asHTML, java.lang.String href)Creates an anchor with its text and href (target URL) specified.Anchor(java.lang.String text, boolean asHtml, java.lang.String href, java.lang.String target)Creates a source anchor (link to URI).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.
-