Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ addComponent
Method
addComponent
CodenameOne/src/com/codename1/ui/Form.java:2017–2020 ·
view source on GitHub ↗
(Component cmp)
Source
from the content-addressed store, hash-verified
2015
///
2016
/// - `cmp`: the added param
2017
@Override
2018
public
void
addComponent(Component cmp) {
2019
contentPane.addComponent(cmp);
2020
}
2021
2022
/// {@inheritDoc}
2023
@Override
Callers
15
showRSSEntry
Method · 0.95
showLog
Method · 0.95
showAuthentication
Method · 0.95
share
Method · 0.95
share
Method · 0.95
createMenu
Method · 0.95
showContainerImpl
Method · 0.95
run
Method · 0.95
UserInterfaceEditor
Method · 0.95
run
Method · 0.95
CodenameOneComponentWrapper
Method · 0.95
createSideMenu
Method · 0.95
Calls
1
addComponent
Method · 0.65
Tested by
13
start
Method · 0.76
actionPerformed
Method · 0.76
start
Method · 0.76
start
Method · 0.76
testDialogInteraction
Method · 0.76
testNestedTabs
Method · 0.76
testSetPageURLHierarchy
Method · 0.76
testSetBrowserURL
Method · 0.76
actionPerformed
Method · 0.76
testImageViewerTest2679
Method · 0.76
buildSampleForm
Method · 0.76
testTableLayoutDefaultSizing
Method · 0.76