public interface UpdateBoundsRequested extends BrowserEvent
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 Browser browser()
BrowserEvent
Browser
instance initiated this event.browser
in interface BrowserEvent
default Rect bounds()