FocusAgent"
From Documentation
m (correct highlight (via JWB)) |
|||
(9 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
+ | __TOC__ | ||
− | Only | + | = Focus & Blur = |
+ | |||
+ | |||
+ | Only components that inherit <code> org.zkoss.zul.impl.InputElement </code> supports <code> FocusAgent</code>. | ||
<source lang="java"> | <source lang="java"> | ||
Line 13: | Line 17: | ||
</source> | </source> | ||
+ | =Supported Components= | ||
+ | |||
+ | {| border="1" | width="100%" | ||
+ | ! <center>Components</center> | ||
+ | ! <center>Version</center> | ||
+ | ! <center>Note</center> | ||
+ | |- | ||
+ | | A, Button, Bandbox, Combobox, Checkbox, | ||
+ | Datebox, Decimalbox, Doublebox, Doublespinner, Intbox, | ||
+ | |||
+ | Listbox, Longbox, Radio, Spinner, Textbox, | ||
+ | |||
+ | Timebox, Tree | ||
+ | | 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 |