|
Servoy 3.5.x Public API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IWebClientPluginAccess
Extended plugin api for the webclient.
| Field Summary |
|---|
| Fields inherited from interface com.servoy.j2db.plugins.IClientPluginAccess |
|---|
CLIENT, WEB_CLIENT |
| Method Summary | |
|---|---|
void |
generateAjaxResponse(org.apache.wicket.ajax.AjaxRequestTarget target)
Ajax Behaviour helper for behaviours added to the page via the page contributor |
IPageContributor |
getPageContributor()
Get the page contributor |
String |
serveResource(String filename,
byte[] array,
String mimetype)
Server a resource, returns the url under which the resource is served, can be shown with showURL. |
boolean |
showURL(String url,
String target,
String target_options)
Show a url in the browser. |
boolean |
showURL(String url,
String target,
String target_options,
int timeout_ms)
Show a url in the browser. |
| Methods inherited from interface com.servoy.j2db.plugins.IClientPluginAccess |
|---|
executeMethod, getApplicationName, getApplicationType, getBeanManager, getClientID, getCmdManager, getCurrentWindow, getExportMenu, getFormManager, getI18NMessage, getImportMenu, getResourceBundle, getRuntimeProperties, getServerService, getServerURL, getSolutionName, getToolbarPanel, getTransactionID, getUserUID, handleException, output, registerURLStreamHandler, reportWarningInStatus, setStatusText |
| Methods inherited from interface com.servoy.j2db.plugins.IPluginAccess |
|---|
getReleaseNumber, getSettings, getThreadPool, getVersion |
| Methods inherited from interface com.servoy.j2db.util.IUIBlocker |
|---|
blockGUI, releaseGUI |
| Method Detail |
|---|
void generateAjaxResponse(org.apache.wicket.ajax.AjaxRequestTarget target)
target - IPageContributor getPageContributor()
String serveResource(String filename,
byte[] array,
String mimetype)
filename - array - the resource as byte arraymimetype -
boolean showURL(String url,
String target,
String target_options)
url - the urltarget - (_blank,_self, framename)target_options - usefull option for new window ('height=200,width=400,status=yes,toolbar=no,menubar=no,location=no')
boolean showURL(String url,
String target,
String target_options,
int timeout_ms)
url - the urltarget - (_blank,_self, framename)target_options - usefull option for new window ('height=200,width=400,status=yes,toolbar=no,menubar=no,location=no')timeout_ms - time to act in milliseconds
|
Copyright © 2009 Servoy B.V. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||