Package 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:
Serializable
public class WindowState extends PanelState
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description String
assistivePostfix
String
assistivePrefix
boolean
assistiveTabStop
String
assistiveTabStopBottomText
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, captionAsHtml, description, errorLevel, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width
-
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
-
-
Constructor Summary
Constructors Constructor Description WindowState()
-
-
-
Field Detail
-
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
-
role
@NoLayout public WindowRole role
-
assistiveTabStop
@NoLayout public boolean assistiveTabStop
-
-