com.vaadin.shared.ui.window
Class WindowState

java.lang.Object
  extended by com.vaadin.shared.communication.SharedState
      extended by com.vaadin.shared.AbstractComponentState
          extended by com.vaadin.shared.ui.panel.PanelState
              extended by com.vaadin.shared.ui.window.WindowState
All Implemented Interfaces:
java.io.Serializable

public class WindowState
extends PanelState

See Also:
Serialized Form

Field Summary
 boolean centered
           
 boolean draggable
           
 boolean modal
           
 int positionX
           
 int positionY
           
 boolean resizable
           
 boolean resizeLazy
           
 WindowMode windowMode
           
 
Fields inherited from class com.vaadin.shared.ui.panel.PanelState
scrollLeft, scrollTop, tabIndex
 
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, description, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width
 
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
 
Constructor Summary
WindowState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

modal

public boolean modal

resizable

public boolean resizable

resizeLazy

public boolean resizeLazy

draggable

public boolean draggable

centered

public boolean centered

positionX

public int positionX

positionY

public int positionY

windowMode

public WindowMode windowMode
Constructor Detail

WindowState

public WindowState()


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