C# Class MonoAndroid.PullToRefresh.PullToRefreshListView

Inheritance: ListView, AbsListView.IOnScrollListener
Afficher le fichier Open project: efontana/MonoDroid.PullToRefreshListView Class Usage Examples

Méthodes publiques

Свойство Type Description
REFRESHING int

Méthodes publiques

Méthode Description
OnScroll ( Android.Widget.AbsListView view, int firstVisibleItem, int visibleItemCount, int totalItemCount ) : void
OnScrollStateChanged ( Android.Widget.AbsListView view, ScrollState scrollState ) : void
OnTouchEvent ( Android.Views.MotionEvent e ) : bool
PrepareForRefresh ( ) : void
PullToRefreshListView ( Android.Content.Context context ) : System
PullToRefreshListView ( Android.Content.Context context, IAttributeSet attrs ) : System
PullToRefreshListView ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : System
SetLastUpdated ( string lastUpdated ) : void
SetOnRefreshListener ( OnRefreshListener listener ) : void
SetOnScrollListener ( IOnScrollListener l ) : void
onRefresh ( ) : void
onRefreshComplete ( ) : void
onRefreshComplete ( string lastUpdated ) : void

Méthodes protégées

Méthode Description
OnAttachedToWindow ( ) : void

Private Methods

Méthode Description
ApplyHeaderPadding ( Android.Views.MotionEvent ev ) : void
Initialize ( ) : void
MeasureView ( Android.Views.View child ) : void
ResetHeader ( ) : void
ResetHeaderPadding ( ) : void

Method Details

OnAttachedToWindow() protected méthode

protected OnAttachedToWindow ( ) : void
Résultat void

OnScroll() public méthode

public OnScroll ( Android.Widget.AbsListView view, int firstVisibleItem, int visibleItemCount, int totalItemCount ) : void
view Android.Widget.AbsListView
firstVisibleItem int
visibleItemCount int
totalItemCount int
Résultat void

OnScrollStateChanged() public méthode

public OnScrollStateChanged ( Android.Widget.AbsListView view, ScrollState scrollState ) : void
view Android.Widget.AbsListView
scrollState ScrollState
Résultat void

OnTouchEvent() public méthode

public OnTouchEvent ( Android.Views.MotionEvent e ) : bool
e Android.Views.MotionEvent
Résultat bool

PrepareForRefresh() public méthode

public PrepareForRefresh ( ) : void
Résultat void

PullToRefreshListView() public méthode

public PullToRefreshListView ( Android.Content.Context context ) : System
context Android.Content.Context
Résultat System

PullToRefreshListView() public méthode

public PullToRefreshListView ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
Résultat System

PullToRefreshListView() public méthode

public PullToRefreshListView ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : System
context Android.Content.Context
attrs IAttributeSet
defStyle int
Résultat System

SetLastUpdated() public méthode

public SetLastUpdated ( string lastUpdated ) : void
lastUpdated string
Résultat void

SetOnRefreshListener() public méthode

public SetOnRefreshListener ( OnRefreshListener listener ) : void
listener OnRefreshListener
Résultat void

SetOnScrollListener() public méthode

public SetOnScrollListener ( IOnScrollListener l ) : void
l IOnScrollListener
Résultat void

onRefresh() public méthode

public onRefresh ( ) : void
Résultat void

onRefreshComplete() public méthode

public onRefreshComplete ( ) : void
Résultat void

onRefreshComplete() public méthode

public onRefreshComplete ( string lastUpdated ) : void
lastUpdated string
Résultat void

Property Details

REFRESHING public_oe static_oe property

public static int REFRESHING
Résultat int