FocusAgent"
From Documentation
Line 25: | Line 25: | ||
! <center>Note</center> | ! <center>Note</center> | ||
|- | |- | ||
− | | A | + | | A, Button, Bandbox, Combobox, Datebox, |
+ | Decimalbox, Doublebox, Doublespinner, Intbox, Longbox, | ||
+ | |||
+ | Spinner, Textbox, Timebox, Checkbox, Radio, | ||
+ | |||
+ | Listbox, Tree | ||
| 5, 6 | | 5, 6 | ||
| | | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
Revision as of 02:14, 16 May 2012
Focus & Blur
Only Those components that inherit org.zkoss.zul.impl.InputElement support FocusAgent.
inputComponent.as(FocusAgent.class).focus();
inputComponent.as(FocusAgent.class).blur();
Supported Components
A, Button, Bandbox, Combobox, Datebox,
Decimalbox, Doublebox, Doublespinner, Intbox, Longbox, Spinner, Textbox, Timebox, Checkbox, Radio, Listbox, Tree |
5, 6 |