FocusAgent"
From Documentation
m (→Focus & Blur) |
|||
Line 7: | Line 7: | ||
− | Only | + | Only components that inherit <tt> org.zkoss.zul.impl.InputElement </tt> supports <tt> FocusAgent</tt>. |
<source lang="java"> | <source lang="java"> | ||
Line 16: | Line 16: | ||
</source> | </source> | ||
− | |||
=Supported Components= | =Supported Components= |
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 |