componentScope"

From Documentation
(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…')
 
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 <tt>org.zkoss.zk.ui.Component</tt> interface.
+
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.