C# Class Xamarin.Forms.Calendar.Platform.Droid.MonthView

Inheritance: LinearLayout
Afficher le fichier Open project: rid00z/Xamarin.Forms.Calendar Class Usage Examples

Méthodes publiques

Méthode Description
Create ( Android.Views.ViewGroup parent, Android.Views.LayoutInflater inflater, string weekdayNameFormat, System.DateTime today, ClickHandler handler ) : MonthView
Init ( MonthDescriptor month, List cells ) : void
MonthView ( Android.Content.Context context, IAttributeSet attrs ) : System

Méthodes protégées

Méthode Description
OnFinishInflate ( ) : void

Method Details

Create() public static méthode

public static Create ( Android.Views.ViewGroup parent, Android.Views.LayoutInflater inflater, string weekdayNameFormat, System.DateTime today, ClickHandler handler ) : MonthView
parent Android.Views.ViewGroup
inflater Android.Views.LayoutInflater
weekdayNameFormat string
today System.DateTime
handler ClickHandler
Résultat MonthView

Init() public méthode

public Init ( MonthDescriptor month, List cells ) : void
month MonthDescriptor
cells List
Résultat void

MonthView() public méthode

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

OnFinishInflate() protected méthode

protected OnFinishInflate ( ) : void
Résultat void