Class CmsBrowserFrameState

  • All Implemented Interfaces:
    java.io.Serializable

    public class CmsBrowserFrameState
    extends com.vaadin.shared.ui.browserframe.BrowserFrameState
    The browser frame state.

    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class com.vaadin.shared.ui.AbstractEmbeddedState

        alternateText, SOURCE_RESOURCE
      • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Returns the name.
      void setName​(java.lang.String name)
      Sets the name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns the name.

        Returns:
        the name
      • setName

        public void setName​(java.lang.String name)
        Sets the name.

        Parameters:
        name - the name to set