desktop"

From Documentation
m
m (correct highlight (via JWB))
 
Line 3: Line 3:
 
[http://www.zkoss.org/javadoc/3.5.1/zk/org/zkoss/zk/ui/desktop.html <javadoc type="interface">org.zkoss.zk.ui.Desktop</javadoc>]
 
[http://www.zkoss.org/javadoc/3.5.1/zk/org/zkoss/zk/ui/desktop.html <javadoc type="interface">org.zkoss.zk.ui.Desktop</javadoc>]
  
:<tt>enableServerPush</tt> : to enable server push
+
:<code>enableServerPush</code> : to enable server push
:<tt>setBookmark</tt> : Sets a bookmark to this desktop.
+
:<code>setBookmark</code> : Sets a bookmark to this desktop.
:<tt>getBookmark</tt> : Returns the current bookmark (never null).
+
:<code>getBookmark</code> : Returns the current bookmark (never null).
  
  
 
{{ ZKDevelopersGuidePageFooter}}
 
{{ ZKDevelopersGuidePageFooter}}

Latest revision as of 10:40, 19 January 2022

Stop.png This documentation is for an older version of ZK. For the latest one, please click here.


Desktop

enableServerPush : to enable server push
setBookmark : Sets a bookmark to this desktop.
getBookmark : Returns the current bookmark (never null).



Last Update : 2022/01/19

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.