com.vaadin.shared.ui.window
Class WindowState
java.lang.Object
com.vaadin.shared.communication.SharedState
com.vaadin.shared.AbstractComponentState
com.vaadin.shared.ui.panel.PanelState
com.vaadin.shared.ui.window.WindowState
- All Implemented Interfaces:
- java.io.Serializable
public class WindowState
- extends PanelState
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
WindowState
public WindowState()
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.