Method | Description | |
---|---|---|
Deselected ( |
Invoked when the given element has been deslected by the user.
|
|
Dispose ( ) : void | ||
Element ( ) : System | ||
Element ( string caption ) : System |
Initializes the fe with the given caption.
|
|
GetActiveCell ( ) : UITableViewCell |
Returns the currently active UITableViewCell for this element, or null if the element is not currently visible
|
|
GetCell ( UITableView tv ) : UITableViewCell |
Gets a UITableViewCell for this element. Can be overridden, but if you customize the style or contents of the cell you must also override the CellKey property in your derived class.
|
|
GetContainerTableView ( ) : UITableView |
Returns the UITableView associated with this element, or null if this cell is not currently attached to a UITableView
|
|
GetControl ( ) : |
MT.D: public override UITableViewCell GetCell(UITableView tv) MA.D: public override View GetView(Context context, View convertView, ViewGroup parent) WP.D: Brainstorming needed! Control NOGO FrameworkElement GO! TODO: see more!
|
|
GetImmediateRootElement ( ) : |
If the cell is attached will return the immediate RootElement
|
|
Matches ( string text ) : bool |
Method invoked to determine if the cell matches the given text, never invoked with a null value or an empty string.
|
|
Selected ( |
Invoked when the given element has been selected by the user.
|
|
Summary ( ) : string |
Returns a summary of the value represented by this object, suitable for rendering as the result of a RootElement with child objects.
|
|
ToString ( ) : string | ||
Traverse ( |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
RemoveTag ( UITableViewCell cell, int tag ) : void |
public Deselected ( |
||
dvc |
/// The |
|
tableView | UITableView |
/// The |
path | NSIndexPath |
/// The |
return | void |
public Element ( string caption ) : System | ||
caption | string | /// The caption. /// |
return | System |
public GetCell ( UITableView tv ) : UITableViewCell | ||
tv | UITableView | |
return | UITableViewCell |
public GetContainerTableView ( ) : UITableView | ||
return | UITableView |
public GetControl ( ) : |
||
return |
public GetImmediateRootElement ( ) : |
||
return |
static protected RemoveTag ( UITableViewCell cell, int tag ) : void | ||
cell | UITableViewCell | |
tag | int | |
return | void |
public Selected ( |
||
dvc |
/// The |
|
tableView | UITableView |
/// The |
path | NSIndexPath |
/// The |
return | void |