FocusAgent"
From Documentation
Line 30: | Line 30: | ||
Timebox, Tree | Timebox, Tree | ||
− | | | + | | 5, 6 |
| | | | ||
|} | |} |
Revision as of 04:26, 17 May 2012
Focus & Blur
Only components that inherit org.zkoss.zul.impl.InputElement supports FocusAgent.
inputComponent.as(FocusAgent.class).focus();
inputComponent.as(FocusAgent.class).blur();
Supported Components
A, Button, Bandbox, Combobox, Checkbox,
Datebox, Decimalbox, Doublebox, Doublespinner, Intbox, Listbox, Longbox, Radio, Spinner, Textbox, Timebox, Tree |
5, 6 |