C# Класс FlexGridSample.ColumnLayoutEditorTableViewController

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
FlexGrid FlexGrid

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

Метод Описание
CanMoveRow ( UITableView tableView, NSIndexPath indexPath ) : bool
ColumnLayoutEditorTableViewController ( IntPtr handle ) : Foundation
CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
MoveRow ( UITableView tableView, NSIndexPath sourceIndexPath, NSIndexPath destinationIndexPath ) : void
NumberOfSections ( UITableView tableView ) : nint
RowsInSection ( UITableView tableView, nint section ) : nint
ViewDidLoad ( ) : void

Приватные методы

Метод Описание
ReleaseDesignerOutlets ( ) : void

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

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

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

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

public ColumnLayoutEditorTableViewController ( IntPtr handle ) : Foundation
handle System.IntPtr
Результат Foundation

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

public CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void
tableView UITableView
editingStyle UITableViewCellEditingStyle
indexPath NSIndexPath
Результат void

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

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

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

public MoveRow ( UITableView tableView, NSIndexPath sourceIndexPath, NSIndexPath destinationIndexPath ) : void
tableView UITableView
sourceIndexPath NSIndexPath
destinationIndexPath NSIndexPath
Результат void

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

public NumberOfSections ( UITableView tableView ) : nint
tableView UITableView
Результат nint

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

public RowsInSection ( UITableView tableView, nint section ) : nint
tableView UITableView
section nint
Результат nint

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

public ViewDidLoad ( ) : void
Результат void

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

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

public FlexGrid FlexGrid
Результат FlexGrid