Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
sizeChangedInternal
Method · 0.95
actionCommandImpl
Method · 0.95
updateFocus
Method · 0.95
moveScrollTowards
Method · 0.95
focusLostInternal
Method · 0.95
removeComponentImplNoAnimationSafety
Method · 0.95
removeAll
Method · 0.95
moveScrollTowards
Method · 0.95
pointerDragged
Method · 0.95
dragInitiated
Method · 0.95
getSelectedRow
Method · 0.95
getSelectedColumn
Method · 0.95
Calls
no outgoing calls
Tested by
1
getActiveEditingArea
Method · 0.76