Annotate Components Created Manually
From Documentation
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);