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
 java.lang.String assistivePostfix
           
 java.lang.String assistivePrefix
           
 boolean assistiveTabStop
           
 java.lang.String assistiveTabStopBottomText
           
 java.lang.String assistiveTabStopTopText
           
 boolean centered
           
 Connector[] contentDescription
           
 boolean draggable
           
 boolean modal
           
 int positionX
           
 int positionY
           
 boolean resizable
           
 boolean resizeLazy
           
 WindowRole role
           
 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

assistivePrefix

public java.lang.String assistivePrefix

assistivePostfix

public java.lang.String assistivePostfix

contentDescription

public Connector[] contentDescription

role

public WindowRole role

assistiveTabStop

public boolean assistiveTabStop

assistiveTabStopTopText

public java.lang.String assistiveTabStopTopText

assistiveTabStopBottomText

public java.lang.String assistiveTabStopBottomText
Constructor Detail

WindowState

public WindowState()


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