C# 클래스 FlexGridSample.ColumnLayoutEditorTableViewController

파일 보기 프로젝트 열기: GoXuni/Xamarin.iOS-Samples 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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