Package | Description |
---|---|
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.jsonp.client |
Classes for sending cross domain requests to an http server, potentially on a
different domain, via JSONP.
|
Modifier and Type | Method and Description |
---|---|
FrameBuilder |
HtmlFrameBuilder.src(SafeUri src) |
Modifier and Type | Method and Description |
---|---|
void |
ObjectElement.setData(SafeUri data)
A URI specifying the location of the object's data.
|
void |
FrameElement.setSrc(SafeUri src)
A URI designating the initial frame contents.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
JsonpRequest.send(java.lang.String baseUri)
Sends a request using the JSONP mechanism.
|