Class CmsMaxHeightState

java.lang.Object
com.vaadin.shared.communication.SharedState
com.vaadin.shared.AbstractComponentState
org.opencms.ui.shared.components.CmsMaxHeightState
All Implemented Interfaces:
Serializable

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

See Also:
  • 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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    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
  • Constructor Details

  • Method Details

    • 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