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

Method setToolbar

CodenameOne/src/com/codename1/ui/Form.java:4747–4750  ·  view source on GitHub ↗
(Toolbar toolbar)

Source from the content-addressed store, hash-verified

4745 ///
4746 /// - `toolbar`
4747 public void setToolbar(Toolbar toolbar) {
4748 this.toolbar = toolbar;
4749 setMenuBar(toolbar.getMenuBar());
4750 }
4751
4752 /// Indicates whether lists and containers should scroll only via focus and thus "jump" when
4753 /// moving to a larger component as was the case in older versions of Codename One.

Callers 15

initGlobalToolbarMethod · 0.95
showSearchBarMethod · 0.95
startMethod · 0.95
getWebViewMethod · 0.95
runTestMethod · 0.95
testSideMenuCloseNPEMethod · 0.95
findCommandComponentMethod · 0.95
startMethod · 0.95
playImplMethod · 0.95
playImplMethod · 0.95

Calls 2

setMenuBarMethod · 0.95
getMenuBarMethod · 0.45

Tested by 15

runTestMethod · 0.76
testSideMenuCloseNPEMethod · 0.76
findCommandComponentMethod · 0.76
TestFormMethod · 0.76
TestFormMethod · 0.76
startMethod · 0.76
startMethod · 0.76
testToolbarRTLMethod · 0.76
showFormMethod · 0.76