C# Class MonoMobile.Views.BaseDialogViewSource

Inheritance: UITableViewSource, ISearchBar, IEnumerable, ITableViewStyle
Afficher le fichier Open project: RobertKozak/MonoMobile.Views

Méthodes publiques

Свойство Type Description
RowHeights float>.IDictionary

Protected Properties

Свойство Type Description
CellFactory TableCellFactory
SelectedAccessoryViews UIView>.IDictionary
UnselectedAccessoryViews UIView>.IDictionary

Méthodes publiques

Méthode Description
AccessoryButtonTapped ( UITableView tableView, NSIndexPath indexPath ) : void
Add ( MonoMobile.Views.Section section ) : int
BaseDialogViewSource ( DialogViewController controller ) : System
DraggingEnded ( UIScrollView scrollView, bool willDecelerate ) : void
DraggingStarted ( UIScrollView scrollView ) : void
GetEnumerator ( ) : IEnumerator
GetHeightForFooter ( UITableView tableView, int sectionIndex ) : float
GetHeightForHeader ( UITableView tableView, int sectionIndex ) : float
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
GetListSource ( NSIndexPath indexPath ) : ListSource
GetSectionData ( int sectionIndex ) : IList
GetViewForFooter ( UITableView tableView, int sectionIndex ) : UIView
GetViewForHeader ( UITableView tableView, int sectionIndex ) : UIView
ResetIndexPathRow ( NSIndexPath indexPath ) : NSIndexPath
Scrolled ( UIScrollView scrollView ) : void
SetSectionData ( int sectionIndex, IList data ) : void
TitleForFooter ( UITableView tableView, int sectionIndex ) : string
TitleForHeader ( UITableView tableView, int sectionIndex ) : string
UpdateCell ( UITableViewCell cell, NSIndexPath indexPath ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
GetMemberData ( NSIndexPath indexPath ) : MemberData
GetMemberFromView ( string memberName ) : MemberInfo
GetMemberFromViewModel ( string memberName ) : MemberInfo
NewCell ( NSString cellId, NSIndexPath indexPath ) : UITableViewCell
SetSelectionAccessory ( UITableViewCell cell, NSIndexPath indexPath ) : void

Private Methods

Méthode Description
CreateFooterView ( UITableView tableView, string caption ) : UIView
CreateHeaderView ( UITableView tableView, string caption ) : UIView

Method Details

AccessoryButtonTapped() public méthode

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

Add() public méthode

public Add ( MonoMobile.Views.Section section ) : int
section MonoMobile.Views.Section
Résultat int

BaseDialogViewSource() public méthode

public BaseDialogViewSource ( DialogViewController controller ) : System
controller DialogViewController
Résultat System

Dispose() protected méthode

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

DraggingEnded() public méthode

public DraggingEnded ( UIScrollView scrollView, bool willDecelerate ) : void
scrollView UIScrollView
willDecelerate bool
Résultat void

DraggingStarted() public méthode

public DraggingStarted ( UIScrollView scrollView ) : void
scrollView UIScrollView
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

GetHeightForFooter() public méthode

public GetHeightForFooter ( UITableView tableView, int sectionIndex ) : float
tableView UITableView
sectionIndex int
Résultat float

GetHeightForHeader() public méthode

public GetHeightForHeader ( UITableView tableView, int sectionIndex ) : float
tableView UITableView
sectionIndex int
Résultat float

GetHeightForRow() public méthode

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

GetListSource() public méthode

public GetListSource ( NSIndexPath indexPath ) : ListSource
indexPath NSIndexPath
Résultat ListSource

GetMemberData() protected méthode

protected GetMemberData ( NSIndexPath indexPath ) : MemberData
indexPath NSIndexPath
Résultat MemberData

GetMemberFromView() protected méthode

protected GetMemberFromView ( string memberName ) : MemberInfo
memberName string
Résultat System.Reflection.MemberInfo

GetMemberFromViewModel() protected méthode

protected GetMemberFromViewModel ( string memberName ) : MemberInfo
memberName string
Résultat System.Reflection.MemberInfo

GetSectionData() public méthode

public GetSectionData ( int sectionIndex ) : IList
sectionIndex int
Résultat IList

GetViewForFooter() public méthode

public GetViewForFooter ( UITableView tableView, int sectionIndex ) : UIView
tableView UITableView
sectionIndex int
Résultat UIView

GetViewForHeader() public méthode

public GetViewForHeader ( UITableView tableView, int sectionIndex ) : UIView
tableView UITableView
sectionIndex int
Résultat UIView

NewCell() protected méthode

protected NewCell ( NSString cellId, NSIndexPath indexPath ) : UITableViewCell
cellId NSString
indexPath NSIndexPath
Résultat UITableViewCell

ResetIndexPathRow() public méthode

public ResetIndexPathRow ( NSIndexPath indexPath ) : NSIndexPath
indexPath NSIndexPath
Résultat NSIndexPath

Scrolled() public méthode

public Scrolled ( UIScrollView scrollView ) : void
scrollView UIScrollView
Résultat void

SetSectionData() public méthode

public SetSectionData ( int sectionIndex, IList data ) : void
sectionIndex int
data IList
Résultat void

SetSelectionAccessory() protected méthode

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

TitleForFooter() public méthode

public TitleForFooter ( UITableView tableView, int sectionIndex ) : string
tableView UITableView
sectionIndex int
Résultat string

TitleForHeader() public méthode

public TitleForHeader ( UITableView tableView, int sectionIndex ) : string
tableView UITableView
sectionIndex int
Résultat string

UpdateCell() public méthode

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

Property Details

CellFactory protected_oe property

protected TableCellFactory CellFactory
Résultat TableCellFactory

RowHeights public_oe property

public IDictionary RowHeights
Résultat float>.IDictionary

SelectedAccessoryViews protected_oe property

protected IDictionary SelectedAccessoryViews
Résultat UIView>.IDictionary

UnselectedAccessoryViews protected_oe property

protected IDictionary UnselectedAccessoryViews
Résultat UIView>.IDictionary