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

Inheritance: UITableViewSource
Datei anzeigen Open project: MvvmCross/MvvmCross

Protected Properties

Property Type Description
Container DialogViewController
Root RootElement

Public Methods

Method 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 method

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

DraggingEnded() public method

public DraggingEnded ( UIScrollView scrollView, bool willDecelerate ) : void
scrollView UIScrollView
willDecelerate bool
return void

DraggingStarted() public method

public DraggingStarted ( UIScrollView scrollView ) : void
scrollView UIScrollView
return void

GetCell() public method

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

GetHeightForFooter() public method

public GetHeightForFooter ( UITableView tableView, nint sectionIdx ) : nfloat
tableView UITableView
sectionIdx nint
return nfloat

GetHeightForHeader() public method

public GetHeightForHeader ( UITableView tableView, nint sectionIdx ) : nfloat
tableView UITableView
sectionIdx nint
return nfloat

GetViewForFooter() public method

public GetViewForFooter ( UITableView tableView, nint sectionIdx ) : UIView
tableView UITableView
sectionIdx nint
return UIView

GetViewForHeader() public method

public GetViewForHeader ( UITableView tableView, nint sectionIdx ) : UIView
tableView UITableView
sectionIdx nint
return UIView

NumberOfSections() public method

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

RowDeselected() public method

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

RowSelected() public method

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

RowsInSection() public method

public RowsInSection ( UITableView tableview, nint section ) : nint
tableview UITableView
section nint
return nint

Scrolled() public method

public Scrolled ( UIScrollView scrollView ) : void
scrollView UIScrollView
return void

Source() public method

public Source ( DialogViewController container ) : CoreGraphics
container DialogViewController
return CoreGraphics

TitleForFooter() public method

public TitleForFooter ( UITableView tableView, nint section ) : string
tableView UITableView
section nint
return string

TitleForHeader() public method

public TitleForHeader ( UITableView tableView, nint section ) : string
tableView UITableView
section nint
return string

WillDisplay() public method

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

Property Details

Container protected_oe property

protected DialogViewController,CrossUI.iOS.Dialog Container
return DialogViewController

Root protected_oe property

protected RootElement Root
return RootElement