We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.shared.ui.window.
Class WindowState
-
All Implemented Interfaces:
public class WindowState extends PanelState
See Also:
-
-
Field Summary
Fields Modifier and Type Field Description String
assistivePostfix
String
assistivePrefix
boolean
assistiveTabStop
String
assistiveTabStopBottomText
String
assistiveTabStopTopText
boolean
centered
boolean
closable
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, descriptionContentMode, errorLevel, errorMessage, height, id, primaryStyleName, 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
-
closable
@NoLayout public boolean closable
-
positionX
@NoLayout public int positionX
-
positionY
@NoLayout public int positionY
-
windowMode
public WindowMode windowMode
-
role
@NoLayout public WindowRole role
-
assistiveTabStop
@NoLayout public boolean assistiveTabStop
-
-