Property | Type | Description | |
---|---|---|---|
Container | |||
Root | RootElement |
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 ( |
||
TitleForFooter ( UITableView tableView, nint section ) : string | ||
TitleForHeader ( UITableView tableView, nint section ) : string | ||
WillDisplay ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void |
public AccessoryButtonTapped ( UITableView tableView, NSIndexPath indexPath ) : void | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | void |
public DraggingEnded ( UIScrollView scrollView, bool willDecelerate ) : void | ||
scrollView | UIScrollView | |
willDecelerate | bool | |
return | void |
public DraggingStarted ( UIScrollView scrollView ) : void | ||
scrollView | UIScrollView | |
return | void |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | UITableViewCell |
public GetHeightForFooter ( UITableView tableView, nint sectionIdx ) : nfloat | ||
tableView | UITableView | |
sectionIdx | nint | |
return | nfloat |
public GetHeightForHeader ( UITableView tableView, nint sectionIdx ) : nfloat | ||
tableView | UITableView | |
sectionIdx | nint | |
return | nfloat |
public GetViewForFooter ( UITableView tableView, nint sectionIdx ) : UIView | ||
tableView | UITableView | |
sectionIdx | nint | |
return | UIView |
public GetViewForHeader ( UITableView tableView, nint sectionIdx ) : UIView | ||
tableView | UITableView | |
sectionIdx | nint | |
return | UIView |
public NumberOfSections ( UITableView tableView ) : nint | ||
tableView | UITableView | |
return | nint |
public RowDeselected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | void |
public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | void |
public RowsInSection ( UITableView tableview, nint section ) : nint | ||
tableview | UITableView | |
section | nint | |
return | nint |
public Scrolled ( UIScrollView scrollView ) : void | ||
scrollView | UIScrollView | |
return | void |
public Source ( |
||
container | ||
return | CoreGraphics |
public TitleForFooter ( UITableView tableView, nint section ) : string | ||
tableView | UITableView | |
section | nint | |
return | string |
public TitleForHeader ( UITableView tableView, nint section ) : string | ||
tableView | UITableView | |
section | nint | |
return | string |
public WillDisplay ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void | ||
tableView | UITableView | |
cell | UITableViewCell | |
indexPath | NSIndexPath | |
return | void |
protected DialogViewController,CrossUI.iOS.Dialog Container | ||
return |