Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| pr_methods:getelementvalue [2023/04/05 04:32] – ↷ Links adapted because of a move operation sean | pr_methods:getelementvalue [2025/06/12 04:00] (current) – Change to AwareIM aware_support3 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag> | + | {{tag> |
| ====getElementValue (String)==== | ====getElementValue (String)==== | ||
| <code java> | <code java> | ||
| throws Exception</ | throws Exception</ | ||
| - | This method returns the current value of the report element with the specified name. The element must be either an element with a scriptlet attached (text or image) or a tag element, in which case the current value of the tag expression is retrieved. Each element in the report may be given a name in its Properties dialog. If the element’s name is not specified //**Aware IM**// generates its own name. If a scriptlet needs to access certain elements in the report it is a good idea to give such elements some meaningful names. | + | This method returns the current value of the report element with the specified name. The element must be either an element with a scriptlet attached (text or image) or a tag element, in which case the current value of the tag expression is retrieved. Each element in the report may be given a name in its Properties dialog. If the element’s name is not specified //**AwareIM**// generates its own name. If a scriptlet needs to access certain elements in the report it is a good idea to give such elements some meaningful names. |
| ===Parameters=== | ===Parameters=== | ||