Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ removeComponent
Method
removeComponent
CodenameOne/src/com/codename1/ui/Form.java:2061–2064 ·
view source on GitHub ↗
(Component cmp)
Source
from the content-addressed store, hash-verified
2059
///
2060
/// - `cmp`: the component to be removed
2061
@Override
2062
public
void
removeComponent(Component cmp) {
2063
contentPane.removeComponent(cmp);
2064
}
2065
2066
/// {@inheritDoc}
2067
@Override
Callers
15
testHeavyButtonLifecycle
Method · 0.95
dispose
Method · 0.45
initComponent
Method · 0.45
removeComponentFromForm
Method · 0.45
removeTabAt
Method · 0.45
setTabPlacement
Method · 0.45
hideTabs
Method · 0.45
run
Method · 0.45
removeEmptySoftbuttons
Method · 0.45
updateTitleCommandPlacement
Method · 0.45
updateGridCommands
Method · 0.45
ensureCommandsInContainer
Method · 0.45
Calls
no outgoing calls
Tested by
3
testHeavyButtonLifecycle
Method · 0.76
invoke3
Method · 0.36
testForceGroupAssignsUiids
Method · 0.36