public class BodyScrollEvent extends Object implements TableEvent
BodyScrollPlugin for scrollable table body whenever the
scroll reaches the top or the bottom| Modifier and Type | Field and Description |
|---|---|
static String |
BODY_SCROLL
A constant string to define a unique type for this event
|
| Constructor and Description |
|---|
BodyScrollEvent(BodyScrollPlugin.ScrollPosition scrollPosition) |
| Modifier and Type | Method and Description |
|---|---|
BodyScrollPlugin.ScrollPosition |
getScrollPosition() |
String |
getType() |
public static final String BODY_SCROLL
public BodyScrollEvent(BodyScrollPlugin.ScrollPosition scrollPosition)
scrollPosition - a BodyScrollPlugin.ScrollPositionpublic String getType()
getType in interface TableEventpublic BodyScrollPlugin.ScrollPosition getScrollPosition()
BodyScrollPlugin.ScrollPositionCopyright © 2019–2022 Dominokit. All rights reserved.