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

Method getFocused

CodenameOne/src/com/codename1/ui/Form.java:3015–3017  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3013 ///
3014 /// the current focus component for this form
3015 public Component getFocused() {
3016 return focused;
3017 }
3018
3019 /// Sets the focused component and fires the appropriate events to make it so
3020 ///

Callers 15

sizeChangedInternalMethod · 0.95
actionCommandImplMethod · 0.95
updateFocusMethod · 0.95
moveScrollTowardsMethod · 0.95
focusLostInternalMethod · 0.95
removeAllMethod · 0.95
moveScrollTowardsMethod · 0.95
pointerDraggedMethod · 0.95
dragInitiatedMethod · 0.95
getSelectedRowMethod · 0.95
getSelectedColumnMethod · 0.95

Calls

no outgoing calls

Tested by 1

getActiveEditingAreaMethod · 0.76