C# Class MonoMobile.Views.ListSource

Inheritance: BaseDialogViewSource, ISearchBar, IActivation
Afficher le fichier Open project: RobertKozak/MonoMobile.Views Class Usage Examples

Méthodes publiques

Свойство Type Description
BaseIndexPath NSIndexPath
CellId NSString

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
SetSelectionAccessory ( UITableViewCell cell, NSIndexPath indexPath ) : void

Private Methods

Méthode Description
ConfigureRowEditing ( ) : void
GetItems ( ) : void
NewListCell ( NSString cellId, NSIndexPath indexPath ) : UITableViewCell
SetItems ( ) : void

Method Details

Activated() public méthode

public Activated ( ) : void
Résultat void

CanEditRow() public méthode

public CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
tableView UITableView
indexPath NSIndexPath
Résultat bool

CommitEditingStyle() public méthode

public CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void
tableView UITableView
editingStyle UITableViewCellEditingStyle
indexPath NSIndexPath
Résultat void

Deactivated() public méthode

public Deactivated ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

EditingStyleForRow() public méthode

public EditingStyleForRow ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCellEditingStyle
tableView UITableView
indexPath NSIndexPath
Résultat UITableViewCellEditingStyle

GetCell() public méthode

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
Résultat UITableViewCell

GetHeightForRow() public méthode

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
Résultat float

ListSource() public méthode

public ListSource ( DialogViewController controller, IList list, IEnumerable viewTypes ) : System
controller DialogViewController
list IList
viewTypes IEnumerable
Résultat System

NavigateToList() public méthode

public NavigateToList ( ) : void
Résultat void

NavigateToView() public méthode

public NavigateToView ( ) : void
Résultat void

NumberOfSections() public méthode

public NumberOfSections ( UITableView tableView ) : int
tableView UITableView
Résultat int

RowSelected() public méthode

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
Résultat void

RowsInSection() public méthode

public RowsInSection ( UITableView tableview, int sectionIndex ) : int
tableview UITableView
sectionIndex int
Résultat int

SetSelectionAccessory() protected méthode

protected SetSelectionAccessory ( UITableViewCell cell, NSIndexPath indexPath ) : void
cell UITableViewCell
indexPath NSIndexPath
Résultat void

UpdateCell() public méthode

public UpdateCell ( UITableViewCell cell, NSIndexPath indexPath ) : void
cell UITableViewCell
indexPath NSIndexPath
Résultat void

WillDisplay() public méthode

public WillDisplay ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void
tableView UITableView
cell UITableViewCell
indexPath NSIndexPath
Résultat void

Property Details

BaseIndexPath public_oe property

public NSIndexPath BaseIndexPath
Résultat NSIndexPath

CellId public_oe property

public NSString CellId
Résultat NSString