|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.shared.communication.SharedState
com.vaadin.shared.AbstractComponentState
com.vaadin.shared.ui.panel.PanelState
com.vaadin.shared.ui.window.WindowState
public class WindowState
| Field Summary | |
|---|---|
boolean |
centered
|
boolean |
draggable
|
boolean |
modal
|
int |
positionX
|
int |
positionY
|
boolean |
resizable
|
boolean |
resizeLazy
|
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 |
|---|
public boolean modal
public boolean resizable
public boolean resizeLazy
public boolean draggable
public boolean centered
public int positionX
public int positionY
public WindowMode windowMode
| Constructor Detail |
|---|
public WindowState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||