Class CmsMaxHeightState

  • All Implemented Interfaces:
    java.io.Serializable

    public class CmsMaxHeightState
    extends com.vaadin.shared.AbstractComponentState
    The max height shared state.

    See Also:
    Serialized Form
    • Field Summary

      • 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
      int getMaxHeight()
      Returns the max height.
      void setMaxHeight​(int maxHeight)
      Sets the max height.
      • Methods inherited from class java.lang.Object

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

      • getMaxHeight

        public int getMaxHeight()
        Returns the max height.

        Returns:
        the max height
      • setMaxHeight

        public void setMaxHeight​(int maxHeight)
        Sets the max height.

        Parameters:
        maxHeight - the max height