com.vaadin.shared.ui.ui.

Class PageState

  • All Implemented Interfaces:

    Serializable


    public class PageState
    extends Object
    implements 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 Detail

      • hasResizeListeners

        public boolean hasResizeListeners

        True if the page has browser window resize listeners.

      • title

        public String title

        Non-null if the title is set. Null means Vaadin does not touch the title.

    • Constructor Detail

      • PageState

        public PageState()