desktopScope"

From Documentation
(Created page with '== desktopScope - java.util.Map == A map of custom attributes associated with the desktop. It is the same as the <tt>getAttributes</tt> method in the <tt>org.zkoss.zk.ui.Desktop<…')
 
Line 1: Line 1:
 
== desktopScope - java.util.Map ==
 
== desktopScope - java.util.Map ==
A map of custom attributes associated with the desktop. It is the same as the <tt>getAttributes</tt> method in the <tt>org.zkoss.zk.ui.Desktop</tt> interface.
+
A map of custom attributes associated with the desktop. It is the same as the <tt>getAttributes</tt> method in the <javadoc>org.zkoss.zk.ui.Desktop</javadoc> interface.
  
 
It is mainly used to communicate among pages in the same desktop.
 
It is mainly used to communicate among pages in the same desktop.

Revision as of 03:18, 8 July 2010

desktopScope - java.util.Map

A map of custom attributes associated with the desktop. It is the same as the getAttributes method in the Desktop interface.

It is mainly used to communicate among pages in the same desktop.