Method Summary |
|
native public void | setCallback(UrlLoadCallback callback) Set the callback when the XHR call is complete. |
public void | setDiscardUrl(boolean discardUrl) By default when you execute an update the defaultUrl is changed to the last used url. |
public void | setNocache(boolean nocache) |
public void | setParams(String params) |
public void | setParams(UrlParam[] params) The parameters to pass. |
public void | setScripts(boolean scripts) Whether to execute scripts from the laoded content. |
public void | setText(String text) Loading text. |
public void | setTimeout(int timeout) The request tiemout. |
public void | setUrl(String url) The url for the request. |