C# Class UICalendar.MonthEventElement.MonthEventCellView

Inheritance: UITableViewCell
Show file Open project: Clancey/UICalendar

Public Methods

Method Description
Draw ( CGRect rect ) : void
LayoutSubviews ( ) : void
MonthEventCellView ( MonthEventElement parent ) : System
Refresh ( ) : void
UpdateFrom ( MonthEventElement newParent ) : void
setupTimeLabels ( ) : void

Method Details

Draw() public method

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

LayoutSubviews() public method

public LayoutSubviews ( ) : void
return void

MonthEventCellView() public method

public MonthEventCellView ( MonthEventElement parent ) : System
parent MonthEventElement
return System

Refresh() public method

public Refresh ( ) : void
return void

UpdateFrom() public method

public UpdateFrom ( MonthEventElement newParent ) : void
newParent MonthEventElement
return void

setupTimeLabels() public method

public setupTimeLabels ( ) : void
return void