public class LiteRefreshHelper
extends java.lang.Object
| Constructor and Description |
|---|
LiteRefreshHelper() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends AnimationOffsetBehavior> |
getAttachedBehavior(android.view.View view)
Get the behavior attached to the specified view.
|
static RefreshContentBehavior |
getContentBehavior(android.view.View view)
Get the
RefreshContentBehavior attached to the specified view. |
static RefreshFooterBehavior |
getFooterBehavior(android.view.View view)
Get the
RefreshFooterBehavior attached to the specified view. |
static RefreshHeaderBehavior |
getHeaderBehavior(android.view.View view)
Get the
RefreshHeaderBehavior attached to the specified view. |
public static <T extends AnimationOffsetBehavior> T getAttachedBehavior(android.view.View view)
T - type of the behaviorview - the view which has a behavior attached to itpublic static RefreshContentBehavior getContentBehavior(android.view.View view)
RefreshContentBehavior attached to the specified view.view - public static RefreshHeaderBehavior getHeaderBehavior(android.view.View view)
RefreshHeaderBehavior attached to the specified view.view - public static RefreshFooterBehavior getFooterBehavior(android.view.View view)
RefreshFooterBehavior attached to the specified view.view -