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

Method initGlobalToolbar

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

Source from the content-addressed store, hash-verified

495
496 /// Allows subclasses to disable the global toolbar for a specific form by overriding this method
497 protected void initGlobalToolbar() {
498 if (Toolbar.isGlobalToolbar()) {
499 setToolbar(new Toolbar());
500 }
501 }
502
503 /// Overrides the invisible area under the virtual keyboard with a given value. This is used by lightweight components
504 /// to simulate the virtual keyboard, so that they will respect `#setFormBottomPaddingEditingMode(boolean)`.

Callers 1

FormMethod · 0.95

Calls 2

isGlobalToolbarMethod · 0.95
setToolbarMethod · 0.95

Tested by

no test coverage detected