Useful Java Utilities"
From Documentation
(Created page with "{{ZKDevelopersReferencePageHeader}} __TOC__ In this section we introduce some of the most commonly used Java utility classes. =Executions= [http://www.zkoss.org/javadoc/latest...") |
|||
Line 13: | Line 13: | ||
=Clients= | =Clients= | ||
[http://www.zkoss.org/javadoc/latest/zk/org/zkoss/zk/ui/util/Clients.html org.zkoss.zk.ui.util.Clients] | [http://www.zkoss.org/javadoc/latest/zk/org/zkoss/zk/ui/util/Clients.html org.zkoss.zk.ui.util.Clients] | ||
+ | |||
+ | This class offers a collection of methods which manipulate client side via AU Response. | ||
+ | |||
+ | ===evalJavaScript=== | ||
+ | [http://www.zkoss.org/javadoc/latest/zk/org/zkoss/zk/ui/util/Clients.html#evalJavaScript%28java.lang.String%29 Clients.evalJavaScript()] | ||
+ | |||
+ | ===scrollIntoView=== | ||
+ | [http://www.zkoss.org/javadoc/latest/zk/org/zkoss/zk/ui/util/Clients.html#scrollIntoView(org.zkoss.zk.ui.Component) Clients.scrollIntoView()] | ||
+ | |||
+ | ===showBusy/clearBusy=== | ||
+ | [http://www.zkoss.org/javadoc/latest/zk/org/zkoss/zk/ui/util/Clients.html#showBusy(java.lang.String) Clients.showBusy()] | ||
+ | |||
+ | [http://www.zkoss.org/javadoc/latest/zk/org/zkoss/zk/ui/util/Clients.html#clearBusy() Clients.clearBusy()] | ||
+ | |||
+ | ===showNotification=== | ||
+ | [http://www.zkoss.org/javadoc/latest/zk/org/zkoss/zk/ui/util/Clients.html#showNotification(java.lang.String) Clients.showNotification()] | ||
=Version History= | =Version History= |
Revision as of 04:02, 29 March 2012
In this section we introduce some of the most commonly used Java utility classes.
Executions
Sessions
Clients
This class offers a collection of methods which manipulate client side via AU Response.
evalJavaScript
scrollIntoView
showBusy/clearBusy
showNotification
Version History
Version | Date | Content |
---|---|---|