@Retention(value=RUNTIME)
@Target(value=METHOD)
@Inherited
public @interface OnBlur
The object in question loses focus (e.g. by clicking outside it or pressing
the TAB key).
Applies to: Button, Checkbox, FileUpload, Layer, Password, Radio, Reset,
Select, Submit, Text, TextArea, Window
- Since:
- 2.0
- Version:
- 3.0
- Author:
- Piotr Ptak