Class ScrollTop
- java.lang.Object
-
- org.devacfr.maven.skins.reflow.model.Component
-
- org.devacfr.maven.skins.reflow.model.ScrollTop
-
public class ScrollTop extends Component
Represents the scoll top component.- Since:
- 2.0
- Author:
- devacfr
-
-
Constructor Summary
Constructors Constructor Description ScrollTop(ISkinConfig config)Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSmooth()Gets the indicating whether the scrolling is smooth.-
Methods inherited from class org.devacfr.maven.skins.reflow.model.Component
addChildren, addCssOptions, getCssClass, getCssOptions, onPreRender, setCssClass
-
-
-
-
Constructor Detail
-
ScrollTop
public ScrollTop(@Nonnull ISkinConfig config)
Default constructor.- Parameters:
config- a config (can not benull).
-
-