开发者

listbox keyborad opreation in gwt

开发者 https://www.devze.com 2023-02-16 18:43 出处:网络
how to get focus on listbox items through keyboard and selected the item inte开发者_JS百科xtbox by pressing enter You can give a ListBox focus by calling setFocus(true) on it.The keyboard/enter behavi

how to get focus on listbox items through keyboard and selected the item in te开发者_JS百科xtbox by pressing enter


You can give a ListBox focus by calling setFocus(true) on it. The keyboard/enter behavior you mention is provided automatically.

0

精彩评论

暂无评论...
验证码 换一张
取 消