C# 클래스 Xamarin.Forms.Calendar.Platform.Droid.MonthView

상속: LinearLayout
파일 보기 프로젝트 열기: rid00z/Xamarin.Forms.Calendar 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
OnFinishInflate ( ) : void

메소드 상세

Create() 공개 정적인 메소드

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
리턴 MonthView

Init() 공개 메소드

public Init ( MonthDescriptor month, List cells ) : void
month MonthDescriptor
cells List
리턴 void

MonthView() 공개 메소드

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

OnFinishInflate() 보호된 메소드

protected OnFinishInflate ( ) : void
리턴 void