C# Class CrossUI.iOS.Dialog.DialogViewController.Source

Inheritance: UITableViewSource
Afficher le fichier Open project: MvvmCross/MvvmCross

Protected Properties

Свойство Type Description
Container DialogViewController
Root RootElement

Méthodes publiques

Méthode Description
AccessoryButtonTapped ( UITableView tableView, NSIndexPath indexPath ) : void
DraggingEnded ( UIScrollView scrollView, bool willDecelerate ) : void
DraggingStarted ( UIScrollView scrollView ) : void
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForFooter ( UITableView tableView, nint sectionIdx ) : nfloat
GetHeightForHeader ( UITableView tableView, nint sectionIdx ) : nfloat
GetViewForFooter ( UITableView tableView, nint sectionIdx ) : UIView
GetViewForHeader ( UITableView tableView, nint sectionIdx ) : UIView
NumberOfSections ( UITableView tableView ) : nint
RowDeselected ( UITableView tableView, NSIndexPath indexPath ) : void
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, nint section ) : nint
Scrolled ( UIScrollView scrollView ) : void
Source ( DialogViewController container ) : CoreGraphics
TitleForFooter ( UITableView tableView, nint section ) : string
TitleForHeader ( UITableView tableView, nint section ) : string
WillDisplay ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void

Method Details

AccessoryButtonTapped() public méthode

public AccessoryButtonTapped ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
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

GetCell() public méthode

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

GetHeightForFooter() public méthode

public GetHeightForFooter ( UITableView tableView, nint sectionIdx ) : nfloat
tableView UITableView
sectionIdx nint
Résultat nfloat

GetHeightForHeader() public méthode

public GetHeightForHeader ( UITableView tableView, nint sectionIdx ) : nfloat
tableView UITableView
sectionIdx nint
Résultat nfloat

GetViewForFooter() public méthode

public GetViewForFooter ( UITableView tableView, nint sectionIdx ) : UIView
tableView UITableView
sectionIdx nint
Résultat UIView

GetViewForHeader() public méthode

public GetViewForHeader ( UITableView tableView, nint sectionIdx ) : UIView
tableView UITableView
sectionIdx nint
Résultat UIView

NumberOfSections() public méthode

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

RowDeselected() public méthode

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

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, nint section ) : nint
tableview UITableView
section nint
Résultat nint

Scrolled() public méthode

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

Source() public méthode

public Source ( DialogViewController container ) : CoreGraphics
container DialogViewController
Résultat CoreGraphics

TitleForFooter() public méthode

public TitleForFooter ( UITableView tableView, nint section ) : string
tableView UITableView
section nint
Résultat string

TitleForHeader() public méthode

public TitleForHeader ( UITableView tableView, nint section ) : string
tableView UITableView
section nint
Résultat string

WillDisplay() public méthode

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

Property Details

Container protected_oe property

protected DialogViewController,CrossUI.iOS.Dialog Container
Résultat DialogViewController

Root protected_oe property

protected RootElement Root
Résultat RootElement