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

Inheritance: LinearLayout
Show file Open project: rid00z/Xamarin.Forms.Calendar Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
OnFinishInflate ( ) : void

Method Details

Create() public static method

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
return MonthView

Init() public method

public Init ( MonthDescriptor month, List cells ) : void
month MonthDescriptor
cells List
return void

MonthView() public method

public MonthView ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
return System

OnFinishInflate() protected method

protected OnFinishInflate ( ) : void
return void