FocusAgent"
From Documentation
m (correct highlight (via JWB)) |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
− | Only | + | Only components that inherit <code> org.zkoss.zul.impl.InputElement </code> supports <code> FocusAgent</code>. |
<source lang="java"> | <source lang="java"> | ||
Line 16: | Line 16: | ||
</source> | </source> | ||
− | |||
=Supported Components= | =Supported Components= | ||
Line 25: | Line 24: | ||
! <center>Note</center> | ! <center>Note</center> | ||
|- | |- | ||
− | | A | + | | A, Button, Bandbox, Combobox, Checkbox, |
− | + | Datebox, Decimalbox, Doublebox, Doublespinner, Intbox, | |
− | + | ||
− | + | Listbox, Longbox, Radio, Spinner, Textbox, | |
− | + | ||
− | + | Timebox, Tree | |
− | + | | 5, 6 | |
− | |||
− | |||
− | | 5, 6 | ||
| | | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
+ | {{ZATSEssentialsPageHeader}} | ||
{{ZATSEssentialsPageFooter}} | {{ZATSEssentialsPageFooter}} |
Latest revision as of 02:55, 18 January 2022
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 |