Uses of Interface
org.zkoss.zk.scripting.Method

Packages that use Method
org.zkoss.zk.ui Interfaces of the common user-interfaces, such as Page and Component
org.zkoss.zk.ui.impl Implementation of user interfaces and factories (implementation only). 
 

Uses of Method in org.zkoss.zk.ui
 

Methods in org.zkoss.zk.ui that return Method
 Method Page.getZScriptMethod(Namespace ns, java.lang.String name, java.lang.Class[] argTypes)
          Deprecated. As of release 3.0.0, replaced by Page.getZScriptFunction(String,Class[]).
 Method Page.getZScriptMethod(java.lang.String name, java.lang.Class[] argTypes)
          Deprecated. As of release 3.0.0, replaced by Page.getZScriptFunction(String,Class[]).
 

Uses of Method in org.zkoss.zk.ui.impl
 

Methods in org.zkoss.zk.ui.impl that return Method
 Method PageImpl.getZScriptMethod(Namespace ns, java.lang.String name, java.lang.Class[] argTypes)
          Deprecated. As of release 3.0.0, replaced by PageImpl.getZScriptFunction(String,Class[]).
 Method PageImpl.getZScriptMethod(java.lang.String name, java.lang.Class[] argTypes)
          Deprecated. As of release 3.0.0, replaced by PageImpl.getZScriptFunction(String,Class[]).
 



Copyright © 2005-2007 Potix Corporation. All Rights Reserved.