MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / getComponentForm

Method getComponentForm

CodenameOne/src/com/codename1/ui/Form.java:2916–2922  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2914
2915 /// {@inheritDoc}
2916 @Override
2917 public final Form getComponentForm() {
2918 if (getParent() != null) {
2919 return super.getComponentForm();
2920 }
2921 return this;
2922 }
2923
2924 /// Invoked by display to hide the menu during transition
2925 ///

Callers 15

runMethod · 0.95
startMethod · 0.95
checkAnimationMethod · 0.45
setVisibleMethod · 0.45
initComponentMethod · 0.45
deinitializeMethod · 0.45
bindFabToContainerMethod · 0.45
releasedMethod · 0.45
initComponentMethod · 0.45
deinitializeMethod · 0.45
initComponentMethod · 0.45

Calls 1

getParentMethod · 0.65

Tested by 10

showFormMethod · 0.36
runTestsMethod · 0.36
invoke3Method · 0.36
getPathToComponentMethod · 0.36
scrollContentMethod · 0.36
fireActionMethod · 0.36