()
| 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)`. |
no test coverage detected