C# Class MonoMobile.Views.ViewSource

Inheritance: BaseDialogViewSource, IActivation
Exibir arquivo Open project: RobertKozak/MonoMobile.Views Class Usage Examples

Public Methods

Method Description
Activated ( ) : void
Deactivated ( ) : void
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : int
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, int sectionIndex ) : int
UpdateCell ( UITableViewCell cell, NSIndexPath indexPath ) : void
ViewSource ( DialogViewController controller ) : System
ViewSource ( DialogViewController controller, string title ) : System
WillDisplay ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void

Protected Methods

Method Description
NewCell ( NSString cellId, NSIndexPath indexPath ) : UITableViewCell

Private Methods

Method Description
PerformActionIfCellListElement ( UITableViewCell cell, NSIndexPath indexPath, Action action ) : bool

Method Details

Activated() public method

public Activated ( ) : void
return void

Deactivated() public method

public Deactivated ( ) : void
return void

GetCell() public method

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
return UITableViewCell

NewCell() protected method

protected NewCell ( NSString cellId, NSIndexPath indexPath ) : UITableViewCell
cellId NSString
indexPath NSIndexPath
return UITableViewCell

NumberOfSections() public method

public NumberOfSections ( UITableView tableView ) : int
tableView UITableView
return int

RowSelected() public method

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
return void

RowsInSection() public method

public RowsInSection ( UITableView tableview, int sectionIndex ) : int
tableview UITableView
sectionIndex int
return int

UpdateCell() public method

public UpdateCell ( UITableViewCell cell, NSIndexPath indexPath ) : void
cell UITableViewCell
indexPath NSIndexPath
return void

ViewSource() public method

public ViewSource ( DialogViewController controller ) : System
controller DialogViewController
return System

ViewSource() public method

public ViewSource ( DialogViewController controller, string title ) : System
controller DialogViewController
title string
return System

WillDisplay() public method

public WillDisplay ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void
tableView UITableView
cell UITableViewCell
indexPath NSIndexPath
return void