MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / setInputOnFocus

Method setInputOnFocus

CodenameOne/src/com/codename1/ui/List.java:1600–1602  ·  view source on GitHub ↗
(boolean inputOnFocus)

Source from the content-addressed store, hash-verified

1598 /// - `inputOnFocus`: @param inputOnFocus true is a list can start handling input
1599 /// implicitly upon gaining focus
1600 public void setInputOnFocus(boolean inputOnFocus) {
1601 this.inputOnFocus = inputOnFocus;
1602 }
1603
1604 /// This method determines if the animated focus is drawn on top of the List
1605 /// or behind the List when moving.

Callers 3

ComboBoxMethod · 0.80
SpinnerMethod · 0.80
invoke5Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected