| Package | Description |
|---|---|
| org.dominokit.domino.ui.modals |
| Modifier and Type | Method and Description |
|---|---|
static Window |
Window.create(String title) |
Window |
Window.hideClosing()
Hides the close control from the title bar
|
Window |
Window.hideResizing()
Hides the resize controls from the title bar
|
Window |
Window.maximize()
Stretch the window to cover the full screen
|
Window |
Window.restore()
If maximized restore the Window to its original size
|
Window |
Window.setDraggable(boolean draggable) |
Window |
Window.setFixed()
Make the position of the Window fixed allowing the content of the page to scroll while the
window stay in its position
|
Window |
Window.setHeaderBackground(Color color) |
Window |
Window.setWindowLeft(double windowLeft) |
Window |
Window.setWindowTop(double windowTop) |
Window |
Window.showClosing()
Show the close control in the title bar
|
Window |
Window.showResizing()
Show the resize controls in the title bar
|
Copyright © 2019–2022 Dominokit. All rights reserved.