com.vaadin.terminal
Class Page.BrowserWindowResizeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.vaadin.terminal.Page.BrowserWindowResizeEvent
All Implemented Interfaces:
Serializable
Enclosing class:
Page

public class Page.BrowserWindowResizeEvent
extends EventObject

Event that is fired when a browser window containing a root is resized.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
Page.BrowserWindowResizeEvent(Page source, int width, int height)
          Creates a new event
 
Method Summary
 int getHeight()
          Gets the new browser window height
 Page getSource()
           
 int getWidth()
          Gets the new browser window width
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Page.BrowserWindowResizeEvent

public Page.BrowserWindowResizeEvent(Page source,
                                     int width,
                                     int height)
Creates a new event

Parameters:
source - the root for which the browser window has been resized
width - the new width of the browser window
height - the new height of the browser window
Method Detail

getSource

public Page getSource()
Overrides:
getSource in class EventObject

getHeight

public int getHeight()
Gets the new browser window height

Returns:
an integer with the new pixel height of the browser window

getWidth

public int getWidth()
Gets the new browser window width

Returns:
an integer with the new pixel width of the browser window


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.