MCPcopy 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

actionPerformedMethod · 0.95
buildUIMethod · 0.95
ChatViewMethod · 0.95
runMethod · 0.95
bindFabToContainerMethod · 0.95
createPopupContentMethod · 0.95
ChatInputMethod · 0.95
showMethod · 0.95
collectFeedbackMethod · 0.95
actionPerformedMethod · 0.95
showMethod · 0.95

Calls 1

addComponentMethod · 0.95

Tested by 15

startMethod · 0.76
createSheetMethod · 0.76
buildContainerMethod · 0.76
buildContainerMethod · 0.76
prepareCaptureMethod · 0.76
runTestMethod · 0.76
feedRowMethod · 0.76
nativeRowMethod · 0.76
buildSourceFormMethod · 0.76
styleFormMethod · 0.76
runTestMethod · 0.76
runTestMethod · 0.76