FocusAgent"

From Documentation
m (correct highlight (via JWB))
 
Line 7: Line 7:
  
  
Only components that inherit <tt> org.zkoss.zul.impl.InputElement </tt> supports <tt> FocusAgent</tt>.
+
Only components that inherit <code> org.zkoss.zul.impl.InputElement </code> supports <code> FocusAgent</code>.
  
 
<source lang="java">
 
<source lang="java">

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

Components
Version
Note
A, Button, Bandbox, Combobox, Checkbox,

Datebox, Decimalbox, Doublebox, Doublespinner, Intbox,

Listbox, Longbox, Radio, Spinner, Textbox,

Timebox, Tree

5, 6





Last Update : 2022/01/18

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.