C# Класс MonoTouch.Dialog.StringElement

Наследование: RootElement, IElementSizing
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Alignment UITextAlignment
CellAccessory UITableViewCellAccessory
CellStyle UITableViewCellStyle
Image UIImage
RowHeight float
ShowValueAsBadge bool
Value string

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
HasTappedEvent ( ) : bool

Описание методов

GetCell() публичный Метод

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
Результат UITableViewCell

GetHeight() публичный Метод

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
Результат float

HasTappedEvent() защищенный Метод

protected HasTappedEvent ( ) : bool
Результат bool

Matches() публичный Метод

public Matches ( string text ) : bool
text string
Результат bool

Selected() публичный Метод

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath indexPath ) : void
dvc DialogViewController
tableView UITableView
indexPath NSIndexPath
Результат void

StringElement() публичный Метод

public StringElement ( string caption ) : System
caption string
Результат System

StringElement() публичный Метод

public StringElement ( string caption, System.Action tapped ) : System
caption string
tapped System.Action
Результат System

StringElement() публичный Метод

public StringElement ( string caption, string value ) : System
caption string
value string
Результат System

StringElement() публичный Метод

public StringElement ( string caption, string value, System.Action tapped ) : System
caption string
value string
tapped System.Action
Результат System

StringElement() публичный Метод

public StringElement ( string caption, string value, UIImage image, System.Action tapped ) : System
caption string
value string
image UIImage
tapped System.Action
Результат System

Summary() публичный Метод

public Summary ( ) : string
Результат string

Описание свойств

Alignment публичное свойство

public UITextAlignment Alignment
Результат UITextAlignment

CellAccessory публичное свойство

public UITableViewCellAccessory CellAccessory
Результат UITableViewCellAccessory

CellStyle публичное свойство

public UITableViewCellStyle CellStyle
Результат UITableViewCellStyle

Image публичное свойство

public UIImage Image
Результат UIImage

RowHeight публичное свойство

public float RowHeight
Результат float

ShowValueAsBadge публичное свойство

public bool ShowValueAsBadge
Результат bool

Value публичное свойство

public string Value
Результат string