desktop"

From Documentation
m
m (correct highlight (via JWB))
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
  
 
= desktop - <javadoc type="interface">org.zkoss.zk.ui.Desktop</javadoc> =
 
= desktop - <javadoc type="interface">org.zkoss.zk.ui.Desktop</javadoc> =
The current desktop. It is the same as <tt>self.desktop</tt>.
+
The current desktop. It is the same as <code>self.desktop</code>.
  
 
<source lang="java" >
 
<source lang="java" >

Latest revision as of 13:26, 19 January 2022

desktop - Desktop

The current desktop. It is the same as self.desktop.

 desktop.getPage("main");

Version History

Version Date Content
     



Last Update : 2022/01/19

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