C# Class XamlForIphone.UITableView

Inheritance: UIElement
显示文件 Open project: Clancey/XamlForIphone

Private Properties

Property Type Description
ArrangeInternal void
setupEvents void

Public Methods

Method Description
BeginUpdates ( ) : void
CellAt ( MonoTouch ns ) : MonoTouch.UIKit.UITableViewCell
DeleteRows ( MonoTouch atIndexPaths, MonoTouch withRowAnimation ) : void
DeleteSections ( MonoTouch sections, MonoTouch withRowAnimation ) : void
DequeueReusableCell ( MonoTouch identifier ) : MonoTouch.UIKit.UITableViewCell
DequeueReusableCell ( System identifier ) : MonoTouch.UIKit.UITableViewCell
DeselectRow ( MonoTouch indexPath, System animated ) : void
EndUpdates ( ) : void
IndexPathForCell ( MonoTouch cell ) : MonoTouch.Foundation.NSIndexPath
IndexPathForRowAtPoint ( System point ) : MonoTouch.Foundation.NSIndexPath
InsertRows ( MonoTouch atIndexPaths, MonoTouch withRowAnimation ) : void
InsertSections ( MonoTouch sections, MonoTouch withRowAnimation ) : void
NumberOfRowsInSection ( System section ) : Int32
NumberOfSections ( ) : Int32
RectForFooterInSection ( System section ) : RectangleF
RectForHeaderInSection ( System section ) : RectangleF
RectForRowAtIndexPath ( MonoTouch indexPath ) : RectangleF
RectForSection ( System section ) : RectangleF
ReloadData ( ) : void
ReloadRows ( MonoTouch atIndexPaths, MonoTouch withRowAnimation ) : void
ReloadSectionIndexTitles ( ) : void
ReloadSections ( MonoTouch sections, MonoTouch withRowAnimation ) : void
ScrollToNearestSelected ( MonoTouch atScrollPosition, System animated ) : void
ScrollToRow ( MonoTouch indexPath, MonoTouch atScrollPosition, System animated ) : void
SelectRow ( MonoTouch indexPath, System animated, MonoTouch scrollPosition ) : void
SetEditing ( System editing, System animated ) : void

Protected Methods

Method Description
CreateHandle ( ) : void

Private Methods

Method Description
ArrangeInternal ( Rect finalRect ) : void
setupEvents ( ) : void

Method Details

BeginUpdates() public method

public BeginUpdates ( ) : void
return void

CellAt() public method

public CellAt ( MonoTouch ns ) : MonoTouch.UIKit.UITableViewCell
ns MonoTouch
return MonoTouch.UIKit.UITableViewCell

CreateHandle() protected method

protected CreateHandle ( ) : void
return void

DeleteRows() public method

public DeleteRows ( MonoTouch atIndexPaths, MonoTouch withRowAnimation ) : void
atIndexPaths MonoTouch
withRowAnimation MonoTouch
return void

DeleteSections() public method

public DeleteSections ( MonoTouch sections, MonoTouch withRowAnimation ) : void
sections MonoTouch
withRowAnimation MonoTouch
return void

DequeueReusableCell() public method

public DequeueReusableCell ( MonoTouch identifier ) : MonoTouch.UIKit.UITableViewCell
identifier MonoTouch
return MonoTouch.UIKit.UITableViewCell

DequeueReusableCell() public method

public DequeueReusableCell ( System identifier ) : MonoTouch.UIKit.UITableViewCell
identifier System
return MonoTouch.UIKit.UITableViewCell

DeselectRow() public method

public DeselectRow ( MonoTouch indexPath, System animated ) : void
indexPath MonoTouch
animated System
return void

EndUpdates() public method

public EndUpdates ( ) : void
return void

IndexPathForCell() public method

public IndexPathForCell ( MonoTouch cell ) : MonoTouch.Foundation.NSIndexPath
cell MonoTouch
return MonoTouch.Foundation.NSIndexPath

IndexPathForRowAtPoint() public method

public IndexPathForRowAtPoint ( System point ) : MonoTouch.Foundation.NSIndexPath
point System
return MonoTouch.Foundation.NSIndexPath

InsertRows() public method

public InsertRows ( MonoTouch atIndexPaths, MonoTouch withRowAnimation ) : void
atIndexPaths MonoTouch
withRowAnimation MonoTouch
return void

InsertSections() public method

public InsertSections ( MonoTouch sections, MonoTouch withRowAnimation ) : void
sections MonoTouch
withRowAnimation MonoTouch
return void

NumberOfRowsInSection() public method

public NumberOfRowsInSection ( System section ) : Int32
section System
return System.Int32

NumberOfSections() public method

public NumberOfSections ( ) : Int32
return System.Int32

RectForFooterInSection() public method

public RectForFooterInSection ( System section ) : RectangleF
section System
return System.Drawing.RectangleF

RectForHeaderInSection() public method

public RectForHeaderInSection ( System section ) : RectangleF
section System
return System.Drawing.RectangleF

RectForRowAtIndexPath() public method

public RectForRowAtIndexPath ( MonoTouch indexPath ) : RectangleF
indexPath MonoTouch
return System.Drawing.RectangleF

RectForSection() public method

public RectForSection ( System section ) : RectangleF
section System
return System.Drawing.RectangleF

ReloadData() public method

public ReloadData ( ) : void
return void

ReloadRows() public method

public ReloadRows ( MonoTouch atIndexPaths, MonoTouch withRowAnimation ) : void
atIndexPaths MonoTouch
withRowAnimation MonoTouch
return void

ReloadSectionIndexTitles() public method

public ReloadSectionIndexTitles ( ) : void
return void

ReloadSections() public method

public ReloadSections ( MonoTouch sections, MonoTouch withRowAnimation ) : void
sections MonoTouch
withRowAnimation MonoTouch
return void

ScrollToNearestSelected() public method

public ScrollToNearestSelected ( MonoTouch atScrollPosition, System animated ) : void
atScrollPosition MonoTouch
animated System
return void

ScrollToRow() public method

public ScrollToRow ( MonoTouch indexPath, MonoTouch atScrollPosition, System animated ) : void
indexPath MonoTouch
atScrollPosition MonoTouch
animated System
return void

SelectRow() public method

public SelectRow ( MonoTouch indexPath, System animated, MonoTouch scrollPosition ) : void
indexPath MonoTouch
animated System
scrollPosition MonoTouch
return void

SetEditing() public method

public SetEditing ( System editing, System animated ) : void
editing System
animated System
return void