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
| Fields inherited from class com.vaadin.shared.AbstractComponentState |
caption, captionAsHtml, description, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
modal
@NoLayout
public boolean modal
resizable
@NoLayout
public boolean resizable
resizeLazy
@NoLayout
public boolean resizeLazy
draggable
@NoLayout
public boolean draggable
centered
@NoLayout
public boolean centered
positionX
@NoLayout
public int positionX
positionY
@NoLayout
public int positionY
windowMode
public WindowMode windowMode
assistivePrefix
@NoLayout
public java.lang.String assistivePrefix
assistivePostfix
@NoLayout
public java.lang.String assistivePostfix
contentDescription
@NoLayout
public Connector[] contentDescription
role
@NoLayout
public WindowRole role
assistiveTabStop
@NoLayout
public boolean assistiveTabStop
assistiveTabStopTopText
@NoLayout
public java.lang.String assistiveTabStopTopText
assistiveTabStopBottomText
@NoLayout
public java.lang.String assistiveTabStopBottomText
WindowState
public WindowState()
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.