com.vaadin.shared.ui.ui
Class PageState

java.lang.Object
  extended by com.vaadin.shared.ui.ui.PageState
All Implemented Interfaces:
java.io.Serializable

public class PageState
extends java.lang.Object
implements java.io.Serializable

The shared state of a Page. Note that at the moment this is not a stand-alone state class but embedded in UIState. This might change in the future.

Since:
7.1
See Also:
Serialized Form

Field Summary
 boolean hasResizeListeners
          True if the page has browser window resize listeners.
 java.lang.String title
          Non-null if the title is set.
 
Constructor Summary
PageState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hasResizeListeners

public boolean hasResizeListeners
True if the page has browser window resize listeners.


title

public java.lang.String title
Non-null if the title is set. Null means Vaadin does not touch the title.

Constructor Detail

PageState

public PageState()


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.