@Retention(value=RUNTIME)
@Target(value=METHOD)
@Inherited
public @interface OnChange
Occurs when a text field is changed by the user.
Applies to: File, Select, Text, TextArea
IMPORTANT !!!
By default the value of the event is transport to server.
- Version:
- 3.0
- Author:
- Piotr Ptak