Interface I_CmsMaxHeightServerRpc

All Superinterfaces:
Serializable, com.vaadin.shared.communication.ServerRpc
All Known Implementing Classes:
CmsMaxHeightExtension

public interface I_CmsMaxHeightServerRpc extends com.vaadin.shared.communication.ServerRpc
The max height server interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    fixHeight(int height)
    Called in case the widget content exceeds the max height.
  • Method Details

    • fixHeight

      void fixHeight(int height)
      Called in case the widget content exceeds the max height.

      Parameters:
      height - the height to set