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

Method hasFocus

CodenameOne/src/com/codename1/ui/Component.java:4170–4172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4168 ///
4169 /// - #requestFocus
4170 public boolean hasFocus() {
4171 return focused;
4172 }
4173
4174 /// This flag doesn't really give focus, its a state that determines
4175 /// what colors from the Style should be used when painting the component.

Callers 15

getStyleMethod · 0.95
sublayoutMethod · 0.95
paintMethod · 0.95
getIndexOfChildMethod · 0.95
touchEventMethod · 0.95
initComponentMethod · 0.80
selectElementMethod · 0.80
paintFocusMethod · 0.80
getStyleMethod · 0.80
paintHintMethod · 0.80
paintMethod · 0.80
animateMethod · 0.80

Calls

no outgoing calls