toggle menu
Android-IMKit-SDK
5.12.0
io.rong.imkit
switch theme
search in API
Android-IMKit-SDK
/
io.rong.imkit.widget.refresh.wrapper
/
RefreshContentWrapper
Refresh
Content
Wrapper
public
class
RefreshContentWrapper
刷新内容包装 Created by scwang on 2017/5/26.
Members
Constructors
Refresh
Content
Wrapper
Link copied to clipboard
public
void
RefreshContentWrapper
(
View view
)
Functions
can
Load
More
Link copied to clipboard
public
boolean
canLoadMore
(
)
can
Refresh
Link copied to clipboard
public
boolean
canRefresh
(
)
get
Scrollable
View
Link copied to clipboard
public
View
getScrollableView
(
)
get
View
Link copied to clipboard
public
View
getView
(
)
move
Spinner
Link copied to clipboard
public
void
moveSpinner
(
int spinner
,
int headerTranslationViewId
,
int footerTranslationViewId
)
on
Action
Down
Link copied to clipboard
public
void
onActionDown
(
MotionEvent e
)
on
Animation
Update
Link copied to clipboard
public
void
onAnimationUpdate
(
ValueAnimator animation
)
on
Coordinator
Update
Link copied to clipboard
public
void
onCoordinatorUpdate
(
boolean enableRefresh
,
boolean enableLoadMore
)
scroll
Content
When
Finished
Link copied to clipboard
public
AnimatorUpdateListener
scrollContentWhenFinished
(
int spinner
)
set
Enable
Load
More
When
Content
Not
Full
Link copied to clipboard
public
void
setEnableLoadMoreWhenContentNotFull
(
boolean enable
)
set
Scroll
Boundary
Decider
Link copied to clipboard
public
void
setScrollBoundaryDecider
(
ScrollBoundaryDecider boundary
)
set
Up
Component
Link copied to clipboard
public
void
setUpComponent
(
RefreshKernel kernel
,
View fixedHeader
,
View fixedFooter
)