public interface UpdateBoundsRequested extends BrowserEvent
JavaScript functions that request such an update are:
window.moveTo()
— moves a window to the specified position.
window.moveBy()
— moves a window a specified number of pixels relative to its
current coordinates.
window.resizeTo()
— resizes the window to the specified width and height.
window.resizeBy()
— resizes the window by the specified pixels.
Modifier and Type | Method and Description |
---|---|
default Rect |
bounds()
Returns the new bounds in screen coordinates.
|
default Browser |
browser()
Returns the
Browser instance initiated this event. |
default double |
scaleFactor()
Returns the scale factor of the display where the
Browser is located. |
default Browser browser()
BrowserEvent
Browser
instance initiated this event.browser
in interface BrowserEvent
default Rect bounds()
default double scaleFactor()
Browser
is located.