C# Class UICalendar.MonthEventElement.MonthEventCellView

Inheritance: UITableViewCell
Afficher le fichier Open project: Clancey/UICalendar

Méthodes publiques

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

Method Details

Draw() public méthode

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

LayoutSubviews() public méthode

public LayoutSubviews ( ) : void
Résultat void

MonthEventCellView() public méthode

public MonthEventCellView ( MonthEventElement parent ) : System
parent MonthEventElement
Résultat System

Refresh() public méthode

public Refresh ( ) : void
Résultat void

UpdateFrom() public méthode

public UpdateFrom ( MonthEventElement newParent ) : void
newParent MonthEventElement
Résultat void

setupTimeLabels() public méthode

public setupTimeLabels ( ) : void
Résultat void