|
Deprecated Methods |
org.zkoss.zk.ui.util.Configuration.addErrorPage(Class, String)
As of release 2.4.1, replaced by Configuration.addErrorPage(String, Class, String) |
org.zkoss.zk.ui.metainfo.EventHandlerMap.get(String)
As of release 3.0.0, replaced by getAll(evtnm)[0].
See also EventHandlerMap.get(Component, String) or EventHandlerMap.getAll(java.lang.String) |
org.zkoss.zk.ui.sys.ComponentsCtrl.getAnonymousId()
As of release 2.4.1, replaced by ComponentsCtrl.ANONYMOUS_ID |
org.zkoss.zk.ui.http.WebManager.getDesktop(Session, ServletRequest, String, boolean)
As of release 3.0.0, replaced by
WebManager.getDesktop(Session,ServletRequest,ServletResponse,String,boolean). |
org.zkoss.zk.ui.Page.getELVariable(String)
As of release 3.0.0, replaced by Page.getXelVariable(java.lang.String). |
org.zkoss.zk.ui.impl.PageImpl.getELVariable(String)
As of release of 3.0.0, replaced with PageImpl.getXelVariable(java.lang.String). |
org.zkoss.zk.ui.util.Configuration.getErrorPage(Throwable)
As of release 2.4.1, replaced by Configuration.getErrorPage(String, Throwable). |
org.zkoss.zk.scripting.Method.getParameterTypes()
as release 3.0.0, replaced by Function. |
org.zkoss.zk.scripting.Method.getReturnType()
as release 3.0.0, replaced by Function. |
org.zkoss.zk.ui.util.Configuration.getTimeoutURI()
As of release 2.4.0, replaced by Devices.getTimeoutURI(java.lang.String). |
org.zkoss.zk.ui.Page.getZScriptMethod(Namespace, String, Class[])
As of release 3.0.0, replaced by Page.getZScriptFunction(String,Class[]). |
org.zkoss.zk.ui.impl.PageImpl.getZScriptMethod(Namespace, String, Class[])
As of release 3.0.0, replaced by PageImpl.getZScriptFunction(String,Class[]). |
org.zkoss.zk.ui.Page.getZScriptMethod(String, Class[])
As of release 3.0.0, replaced by Page.getZScriptFunction(String,Class[]). |
org.zkoss.zk.ui.impl.PageImpl.getZScriptMethod(String, Class[])
As of release 3.0.0, replaced by PageImpl.getZScriptFunction(String,Class[]). |
org.zkoss.zk.scripting.Method.invoke(Object[])
as release 3.0.0, replaced by Function. |
org.zkoss.zk.ui.event.Events.isListenerAvailable(Component, String, boolean)
As of release 2.4.0, replaced by Events.isListened(org.zkoss.zk.ui.Component, java.lang.String, boolean) |
org.zkoss.zk.ui.util.Configuration.setTimeoutURI(String)
As of release 2.4.0, replaced by Devices.setTimeoutURI(java.lang.String, java.lang.String). |