C# Class MonoTouch.Dialog.StringElement

Inheritance: RootElement, IElementSizing
Afficher le fichier Open project: escoz/MonoMobile.Forms Class Usage Examples

Méthodes publiques

Свойство Type Description
Alignment UITextAlignment
CellAccessory UITableViewCellAccessory
CellStyle UITableViewCellStyle
Image UIImage
RowHeight float
ShowValueAsBadge bool
Value string

Méthodes publiques

Méthode Description
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
Matches ( string text ) : bool
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath indexPath ) : void
StringElement ( string caption ) : System
StringElement ( string caption, System.Action tapped ) : System
StringElement ( string caption, string value ) : System
StringElement ( string caption, string value, System.Action tapped ) : System
StringElement ( string caption, string value, UIImage image, System.Action tapped ) : System
Summary ( ) : string

Méthodes protégées

Méthode Description
HasTappedEvent ( ) : bool

Method Details

GetCell() public méthode

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
Résultat UITableViewCell

GetHeight() public méthode

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
Résultat float

HasTappedEvent() protected méthode

protected HasTappedEvent ( ) : bool
Résultat bool

Matches() public méthode

public Matches ( string text ) : bool
text string
Résultat bool

Selected() public méthode

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath indexPath ) : void
dvc DialogViewController
tableView UITableView
indexPath NSIndexPath
Résultat void

StringElement() public méthode

public StringElement ( string caption ) : System
caption string
Résultat System

StringElement() public méthode

public StringElement ( string caption, System.Action tapped ) : System
caption string
tapped System.Action
Résultat System

StringElement() public méthode

public StringElement ( string caption, string value ) : System
caption string
value string
Résultat System

StringElement() public méthode

public StringElement ( string caption, string value, System.Action tapped ) : System
caption string
value string
tapped System.Action
Résultat System

StringElement() public méthode

public StringElement ( string caption, string value, UIImage image, System.Action tapped ) : System
caption string
value string
image UIImage
tapped System.Action
Résultat System

Summary() public méthode

public Summary ( ) : string
Résultat string

Property Details

Alignment public_oe property

public UITextAlignment Alignment
Résultat UITextAlignment

CellAccessory public_oe property

public UITableViewCellAccessory CellAccessory
Résultat UITableViewCellAccessory

CellStyle public_oe property

public UITableViewCellStyle CellStyle
Résultat UITableViewCellStyle

Image public_oe property

public UIImage Image
Résultat UIImage

RowHeight public_oe property

public float RowHeight
Résultat float

ShowValueAsBadge public_oe property

public bool ShowValueAsBadge
Résultat bool

Value public_oe property

public string Value
Résultat string