Package org.opencms.ui.shared.components
Class CmsMaxHeightState
java.lang.Object
com.vaadin.shared.communication.SharedState
com.vaadin.shared.AbstractComponentState
org.opencms.ui.shared.components.CmsMaxHeightState
- All Implemented Interfaces:
Serializable
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
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the max height.void
setMaxHeight
(int maxHeight) Sets the max height.
-
Constructor Details
-
CmsMaxHeightState
public CmsMaxHeightState()
-
-
Method Details
-
getMaxHeight
Returns the max height.- Returns:
- the max height
-
setMaxHeight
Sets the max height.- Parameters:
maxHeight
- the max height
-