Properties |
Description |
Data Type |
Flags |
Default Value |
| inputElement | The element wich will be formatted | ElementSet |
read, write |
null |
| inputString | The text wich will be parsed | String |
read, write | "" |
| resultElement | The current result of parsing of text | ElementSet |
read, bound | null |
| resultString | The current result of formatting of element | String |
read, bound |
"" |
| formatter | The formatter for format and parse elements | new DecimalFormat() | ||
| Expert: | ||||
| autoAction | If true - execution of the bean is immediate; if false - execution happens only on the triggerAction() method invoking | boolean |
read, write |
true |