C# Class UICalendar.CalendarDayTimelineView

Inheritance: UIView
Show file Open project: Clancey/UICalendar Class Usage Examples

Public Properties

Property Type Description
ForceAutoRotate System.Action
OnEventClicked EventClicked
OnEventDoubleClicked EventClicked
currentDate System.DateTime
currentMonth System.DateTime
dateChanged DateChanged
monthEvents List

Private Properties

Property Type Description
DrawDayLabel void
GetStartPosition float
LoadButtons void
ViewSwitched void
getScrollView UIView
getTimeLineView TimeLineView
scrolled void
setBottomToolBar void
setup void
swipeLeft void
swipeRight void

Public Methods

Method 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

Method 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 method

public CalendarDayTimelineView ( ) : System
return System

CalendarDayTimelineView() public method

public CalendarDayTimelineView ( CGRect rect, float tabBarHeight ) : System
rect CGRect
tabBarHeight float
return System

Draw() public method

public Draw ( CGRect rect ) : void
rect CGRect
return void

MovedToWindow() public method

public MovedToWindow ( ) : void
return void

ScrollToTime() public method

public ScrollToTime ( System.DateTime time ) : void
time System.DateTime
return void

SetDate() public method

public SetDate ( System.DateTime date ) : void
date System.DateTime
return void

buildAllDayView() public method

public buildAllDayView ( ) : void
return void

buildDayView() public method

public buildDayView ( ) : void
return void

buildMonthSingleDayEventList() public method

public buildMonthSingleDayEventList ( CGRect rect ) : DialogViewController
rect CGRect
return MonoTouch.Dialog.DialogViewController

buildMonthView() public method

public buildMonthView ( ) : void
return void

getMonthDayEvents() public method

public getMonthDayEvents ( ) : RootElement
return MonoTouch.Dialog.RootElement

reloadDay() public method

public reloadDay ( ) : void
return void

setupCustomInitialisation() public method

public setupCustomInitialisation ( ) : void
return void

Property Details

ForceAutoRotate public property

public Action,System ForceAutoRotate
return System.Action

OnEventClicked public property

public EventClicked OnEventClicked
return EventClicked

OnEventDoubleClicked public property

public EventClicked OnEventDoubleClicked
return EventClicked

currentDate public property

public DateTime,System currentDate
return System.DateTime

currentMonth public property

public DateTime,System currentMonth
return System.DateTime

dateChanged public property

public DateChanged dateChanged
return DateChanged

monthEvents public property

public List monthEvents
return List