public class DefaultScrollProvider extends Object implements ScrollProvider
| 构造器和说明 |
|---|
DefaultScrollProvider() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clearScroll() |
String |
getScrollId()
fetch search scroll id, if the return value is null, it means that current request is initial search request.
|
boolean |
isClearScroll()
determine whether current request is clear scroll request; if return
true, ScrollProvider.getScrollId() must return a none null value. |
void |
setScrollId(String scrollId) |
public void clearScroll()
public boolean isClearScroll()
ScrollProvidertrue, ScrollProvider.getScrollId() must return a none null value.isClearScroll 在接口中 ScrollProvidertruepublic String getScrollId()
ScrollProvidergetScrollId 在接口中 ScrollProviderpublic void setScrollId(String scrollId)
Copyright © 2021. All rights reserved.