Annotate Components Created Manually

From Documentation
Revision as of 08:27, 16 July 2010 by Maya001122 (talk | contribs) (Created page with '{{ZKDevelopersGuidePageHeader}} You can annotate a component at the run time by use of the <tt>addAnnotation</tt> method of the <javadoc type="interface">org.zkoss.zk.ui.sys.Com…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Annotate Components Created Manually


Stop.png This documentation is for an older version of ZK. For the latest one, please click here.


You can annotate a component at the run time by use of the addAnnotation method of the ComponentCtrl interface.

Listbox listbox = new Listbox();
listbox.addAnnotation("some", null);



Last Update : 2010/07/16

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.