componentScope"
From Documentation
Maya001122 (talk | contribs) (Created page with '== componentScope - java.util.Map == A map of custom attributes associated with the component. It is the same as the <tt>getAttributes</tt> method in the <tt>org.zkoss.zk.ui.Comp…') |
Maya001122 (talk | contribs) |
||
Line 1: | Line 1: | ||
== componentScope - java.util.Map == | == componentScope - java.util.Map == | ||
− | A map of custom attributes associated with the component. It is the same as the <tt>getAttributes</tt> method in the < | + | A map of custom attributes associated with the component. It is the same as the <tt>getAttributes</tt> method in the <javadoc>org.zkoss.zk.ui.Component</javadoc> interface. |
Revision as of 03:17, 8 July 2010
componentScope - java.util.Map
A map of custom attributes associated with the component. It is the same as the getAttributes method in the Component interface.