Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ add
Method
add
CodenameOne/src/com/codename1/ui/Container.java:399–402 ·
view source on GitHub ↗
(Component cmp)
Source
from the content-addressed store, hash-verified
397
///
398
/// this for call chaining
399
public
final
Container add(Component cmp) {
400
addComponent(cmp);
401
return
this;
402
}
403
404
/// Identical to add(x).add(y) only with a shorter syntax
405
///
Callers
15
actionPerformed
Method · 0.95
buildUI
Method · 0.95
ChatView
Method · 0.95
run
Method · 0.95
bindFabToContainer
Method · 0.95
createPopupContent
Method · 0.95
ChatInput
Method · 0.95
createEntryForProperty
Method · 0.95
show
Method · 0.95
collectFeedback
Method · 0.95
actionPerformed
Method · 0.95
show
Method · 0.95
Calls
1
addComponent
Method · 0.95
Tested by
15
start
Method · 0.76
createSheet
Method · 0.76
buildContainer
Method · 0.76
buildContainer
Method · 0.76
prepareCapture
Method · 0.76
runTest
Method · 0.76
feedRow
Method · 0.76
nativeRow
Method · 0.76
buildSourceForm
Method · 0.76
styleForm
Method · 0.76
runTest
Method · 0.76
runTest
Method · 0.76