Property | Type | Description | |
---|---|---|---|
CellStyle | UITableViewCellStyle | ||
DeselectAutomatically | bool | ||
RootControllerType | |||
RowHeight | float | ||
UnevenRows | bool | ||
createOnSelected | UIViewController>.Func |
Method | Description | |
---|---|---|
Add ( IEnumerable |
||
Add ( |
||
Clear ( ) : void | ||
GetCell ( UITableView tv ) : UITableViewCell | ||
GetEnumerator ( ) : IEnumerator |
Enumerator that returns all the sections in the RootElement.
|
|
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float | ||
GetSectionForID ( string name ) : |
||
Insert ( int idx, |
Inserts a new section into the RootElement This inserts the specified list of sections (a params argument) into the root using the Fade animation. |
|
Insert ( int idx, UITableViewRowAnimation anim ) : void |
Inserts a new section into the RootElement This inserts the specified list of sections (a params argument) into the root using the specified animation. |
|
Reload ( |
||
Reload ( |
||
Remove ( |
||
Remove ( |
||
RemoveAt ( int idx ) : void |
Removes a section at a specified location
|
|
RemoveAt ( int idx, UITableViewRowAnimation anim ) : void |
Removes a section at a specified location using the specified animation
|
|
RootElement ( string caption ) : System | ||
RootElement ( string caption, UIViewController>.Func |
||
RootElement ( string caption, |
||
RootElement ( string caption, int section, int element ) : System | ||
Selected ( |
||
this ( int idx ) : |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
MakeViewController ( ) : UIViewController |
Creates the UIViewController that will be pushed by this RootElement
|
|
PrepareDialogViewController ( UIViewController dvc ) : void |
This method does nothing by default, but gives a chance to subclasses to customize the UIViewController before it is presented
|
Method | Description | |
---|---|---|
GetSectionForID ( string name, |
||
IndexOf ( |
||
MakeIndexSet ( int start, int count ) : NSIndexSet | ||
PathForRadio ( int idx ) : NSIndexPath | ||
Prepare ( ) : void |
public GetCell ( UITableView tv ) : UITableViewCell | ||
tv | UITableView | |
return | UITableViewCell |
public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | float |
public GetSectionForID ( string name ) : |
||
name | string | |
return |
public Insert ( int idx, |
||
idx | int |
/// The index where the section is added |
section | ||
return | void |
public Insert ( int idx, UITableViewRowAnimation anim ) : void | ||
idx | int |
/// The index where the section is added |
anim | UITableViewRowAnimation |
/// The |
return | void |
protected MakeViewController ( ) : UIViewController | ||
return | UIViewController |
protected PrepareDialogViewController ( UIViewController dvc ) : void | ||
dvc | UIViewController | |
return | void |
public Reload ( |
||
element | ||
animation | UITableViewRowAnimation | |
return | void |
public Reload ( |
||
section | ||
animation | UITableViewRowAnimation | |
return | void |
public Remove ( |
||
s | ||
anim | UITableViewRowAnimation | |
return | void |
public RemoveAt ( int idx, UITableViewRowAnimation anim ) : void | ||
idx | int |
/// A |
anim | UITableViewRowAnimation |
/// A |
return | void |
public RootElement ( string caption ) : System | ||
caption | string | |
return | System |
public RootElement ( string caption, UIViewController>.Func |
||
caption | string | |
createOnSelected | UIViewController>.Func | |
return | System |
public RootElement ( string caption, |
||
caption | string | |
group | ||
return | System |
public RootElement ( string caption, int section, int element ) : System | ||
caption | string | |
section | int | |
element | int | |
return | System |
public Selected ( |
||
dvc | ||
tableView | UITableView | |
path | NSIndexPath | |
return | void |