Class CmsScrollPositionCssState

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

public class CmsScrollPositionCssState extends com.vaadin.shared.AbstractComponentState
The scroll position CSS shared state.

See Also:
  • Constructor Details

  • Method Details

    • getBarrierMargin

      public int getBarrierMargin()
      Returns the barrier margin.

      Returns:
      the barrier margin
    • getScrollBarrier

      public int getScrollBarrier()
      Returns the scroll barrier.

      Returns:
      the scroll barrier
    • getStyleName

      public String getStyleName()
      Sets the style name.

      Returns:
      the style name
    • setBarrierMargin

      public void setBarrierMargin(int barrierMargin)
      Sets the barrier margin.

      Parameters:
      barrierMargin - the barrier margin
    • setScrollBarrier

      public void setScrollBarrier(int scrollBarrier)
      Sets the scroll barrier.

      Parameters:
      scrollBarrier - the scroll barrier
    • setStyleName

      public void setStyleName(String styleName)
      Sets the style name.

      Parameters:
      styleName - the style name