desktop

From Documentation
Revision as of 01:22, 8 July 2010 by Maya001122 (talk | contribs) (Created page with '== desktop - org.zkoss.zk.ui.Desktop == The current desktop. It is the same as <tt>self.desktop</tt>. <source lang="java" > desktop.getPage("main"); </source>')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

desktop - org.zkoss.zk.ui.Desktop

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

 desktop.getPage("main");