C# Class MonoMobile.Views.ListSource

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

Public Properties

Property Type Description
BaseIndexPath NSIndexPath
CellId NSString

Public Methods

Method Description
Activated ( ) : void
CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void
Deactivated ( ) : void
EditingStyleForRow ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCellEditingStyle
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
ListSource ( DialogViewController controller, IList list, IEnumerable viewTypes ) : System
NavigateToList ( ) : void
NavigateToView ( ) : void
NumberOfSections ( UITableView tableView ) : int
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, int sectionIndex ) : int
UpdateCell ( UITableViewCell cell, NSIndexPath indexPath ) : void
WillDisplay ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
SetSelectionAccessory ( UITableViewCell cell, NSIndexPath indexPath ) : void

Private Methods

Method Description
ConfigureRowEditing ( ) : void
GetItems ( ) : void
NewListCell ( NSString cellId, NSIndexPath indexPath ) : UITableViewCell
SetItems ( ) : void

Method Details

Activated() public method

public Activated ( ) : void
return void

CanEditRow() public method

public CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
tableView UITableView
indexPath NSIndexPath
return bool

CommitEditingStyle() public method

public CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void
tableView UITableView
editingStyle UITableViewCellEditingStyle
indexPath NSIndexPath
return void

Deactivated() public method

public Deactivated ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

EditingStyleForRow() public method

public EditingStyleForRow ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCellEditingStyle
tableView UITableView
indexPath NSIndexPath
return UITableViewCellEditingStyle

GetCell() public method

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

GetHeightForRow() public method

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
return float

ListSource() public method

public ListSource ( DialogViewController controller, IList list, IEnumerable viewTypes ) : System
controller DialogViewController
list IList
viewTypes IEnumerable
return System

NavigateToList() public method

public NavigateToList ( ) : void
return void

NavigateToView() public method

public NavigateToView ( ) : void
return void

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

SetSelectionAccessory() protected method

protected SetSelectionAccessory ( UITableViewCell cell, NSIndexPath indexPath ) : void
cell UITableViewCell
indexPath NSIndexPath
return void

UpdateCell() public method

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

WillDisplay() public method

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

Property Details

BaseIndexPath public_oe property

public NSIndexPath BaseIndexPath
return NSIndexPath

CellId public_oe property

public NSString CellId
return NSString