Annotate Components Created Manually

From Documentation
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 : 2022/01/19

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