|
Servoy 4.1.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, DEVELOPER, 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, executeMethod, getApplicationName, getApplicationType, getBeanManager, getClientID, getCmdManager, getCurrentWindow, getExportMenu, getFormManager, getI18NMessage, getImportMenu, getMainApplicationFrame, getMessage, getMessage, getResourceBundle, getRuntimeProperties, getServerService, getServerURL, getSolutionName, getToolbarPanel, getTransactionID, getUserID, getUserUID, handleException, output, registerURLStreamHandler, reportError, reportWarningInStatus, setStatusText |
| Methods inherited from interface com.servoy.j2db.plugins.IPluginAccess |
|---|
getExecutor, getPluginManager, getReleaseNumber, getSettings, getThreadPool, getVersion, reportError |
| Methods inherited from interface com.servoy.j2db.util.IUIBlocker |
|---|
blockGUI, releaseGUI |
| Method Detail |
|---|
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
IPageContributor getPageContributor()
void generateAjaxResponse(org.apache.wicket.ajax.AjaxRequestTarget target)
target -
|
Copyright © 2009 Servoy B.V. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||