Package org.opencms.ui.shared.rpc
Interface I_CmsMaxHeightServerRpc
- All Superinterfaces:
Serializable
,com.vaadin.shared.communication.ServerRpc
- All Known Implementing Classes:
CmsMaxHeightExtension
The max height server interface.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
fixHeight
(int height) Called in case the widget content exceeds the max height.
-
Method Details
-
fixHeight
Called in case the widget content exceeds the max height.- Parameters:
height
- the height to set
-