C# Class UICalendar.CalendarDayTimelineView

Inheritance: UIView
Afficher le fichier Open project: Clancey/UICalendar Class Usage Examples

Méthodes publiques

Свойство Type Description
ForceAutoRotate System.Action
OnEventClicked EventClicked
OnEventDoubleClicked EventClicked
currentDate System.DateTime
currentMonth System.DateTime
dateChanged DateChanged
monthEvents List

Private Properties

Свойство Type Description
DrawDayLabel void
GetStartPosition float
LoadButtons void
ViewSwitched void
getScrollView UIView
getTimeLineView TimeLineView
scrolled void
setBottomToolBar void
setup void
swipeLeft void
swipeRight void

Méthodes publiques

Méthode Description
CalendarDayTimelineView ( ) : System
CalendarDayTimelineView ( CGRect rect, float tabBarHeight ) : System
Draw ( CGRect rect ) : void
MovedToWindow ( ) : void
ScrollToTime ( System.DateTime time ) : void
SetDate ( System.DateTime date ) : void
buildAllDayView ( ) : void
buildDayView ( ) : void
buildMonthSingleDayEventList ( CGRect rect ) : DialogViewController
buildMonthView ( ) : void
getMonthDayEvents ( ) : RootElement
reloadDay ( ) : void
setupCustomInitialisation ( ) : void

Private Methods

Méthode Description
DrawDayLabel ( CGRect rect ) : void
GetStartPosition ( System.DateTime time ) : float
LoadButtons ( ) : void
ViewSwitched ( ) : void
getScrollView ( ) : UIView
getTimeLineView ( ) : TimeLineView
scrolled ( ) : void
setBottomToolBar ( ) : void
setup ( ) : void
swipeLeft ( ) : void
swipeRight ( ) : void

Method Details

CalendarDayTimelineView() public méthode

public CalendarDayTimelineView ( ) : System
Résultat System

CalendarDayTimelineView() public méthode

public CalendarDayTimelineView ( CGRect rect, float tabBarHeight ) : System
rect CGRect
tabBarHeight float
Résultat System

Draw() public méthode

public Draw ( CGRect rect ) : void
rect CGRect
Résultat void

MovedToWindow() public méthode

public MovedToWindow ( ) : void
Résultat void

ScrollToTime() public méthode

public ScrollToTime ( System.DateTime time ) : void
time System.DateTime
Résultat void

SetDate() public méthode

public SetDate ( System.DateTime date ) : void
date System.DateTime
Résultat void

buildAllDayView() public méthode

public buildAllDayView ( ) : void
Résultat void

buildDayView() public méthode

public buildDayView ( ) : void
Résultat void

buildMonthSingleDayEventList() public méthode

public buildMonthSingleDayEventList ( CGRect rect ) : DialogViewController
rect CGRect
Résultat MonoTouch.Dialog.DialogViewController

buildMonthView() public méthode

public buildMonthView ( ) : void
Résultat void

getMonthDayEvents() public méthode

public getMonthDayEvents ( ) : RootElement
Résultat MonoTouch.Dialog.RootElement

reloadDay() public méthode

public reloadDay ( ) : void
Résultat void

setupCustomInitialisation() public méthode

public setupCustomInitialisation ( ) : void
Résultat void

Property Details

ForceAutoRotate public_oe property

public Action,System ForceAutoRotate
Résultat System.Action

OnEventClicked public_oe property

public EventClicked OnEventClicked
Résultat EventClicked

OnEventDoubleClicked public_oe property

public EventClicked OnEventDoubleClicked
Résultat EventClicked

currentDate public_oe property

public DateTime,System currentDate
Résultat System.DateTime

currentMonth public_oe property

public DateTime,System currentMonth
Résultat System.DateTime

dateChanged public_oe property

public DateChanged dateChanged
Résultat DateChanged

monthEvents public_oe property

public List monthEvents
Résultat List