desktopScope"
From Documentation
Maya001122 (talk | contribs) (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<…') |
m (correct highlight (via JWB)) |
||
(9 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{ZUMLReferencePageHeader}} | |
− | A map of custom attributes associated with the desktop. It is the same as the < | + | |
+ | = desktopScope - java.util.Map = | ||
+ | A map of custom attributes associated with the desktop. It is the same as the <code>getAttributes</code> method in the <javadoc type="interface">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. | ||
+ | |||
+ | =Version History= | ||
+ | |||
+ | {| border='1px' | width="100%" | ||
+ | ! Version !! Date !! Content | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |} | ||
+ | |||
+ | {{ZUMLReferencePageFooter}} |
Latest revision as of 13:26, 19 January 2022
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.
Version History
Version | Date | Content |
---|---|---|