C# Class FlexGridSample.ColumnLayoutEditorTableViewController

Mostrar archivo Open project: GoXuni/Xamarin.iOS-Samples Class Usage Examples

Public Properties

Property Type Description
FlexGrid FlexGrid

Public Methods

Method Description
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

Private Methods

Method Description
ReleaseDesignerOutlets ( ) : void

Method Details

CanMoveRow() public method

public CanMoveRow ( UITableView tableView, NSIndexPath indexPath ) : bool
tableView UITableView
indexPath NSIndexPath
return bool

ColumnLayoutEditorTableViewController() public method

public ColumnLayoutEditorTableViewController ( IntPtr handle ) : Foundation
handle System.IntPtr
return Foundation

CommitEditingStyle() public method

public CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void
tableView UITableView
editingStyle UITableViewCellEditingStyle
indexPath NSIndexPath
return void

GetCell() public method

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
return UITableViewCell

MoveRow() public method

public MoveRow ( UITableView tableView, NSIndexPath sourceIndexPath, NSIndexPath destinationIndexPath ) : void
tableView UITableView
sourceIndexPath NSIndexPath
destinationIndexPath NSIndexPath
return void

NumberOfSections() public method

public NumberOfSections ( UITableView tableView ) : nint
tableView UITableView
return nint

RowsInSection() public method

public RowsInSection ( UITableView tableView, nint section ) : nint
tableView UITableView
section nint
return nint

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

Property Details

FlexGrid public_oe property

public FlexGrid FlexGrid
return FlexGrid