getElementById ( string id ) : component
Return a component from the wizard tab. Example: a checkbox or a textarea. You must set an id in your comment with the tag #id:
Parameters
id
if you have set #id:toto in your comment, you can call the label of the element by "label_toto" and the graphical element (ex: the JTextField) by "element_toto"