C# Class XamlForIphone.UITableView

Inheritance: UIElement
Afficher le fichier Open project: Clancey/XamlForIphone

Private Properties

Свойство Type Description
ArrangeInternal void
setupEvents void

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
CreateHandle ( ) : void

Private Methods

Méthode Description
ArrangeInternal ( Rect finalRect ) : void
setupEvents ( ) : void

Method Details

BeginUpdates() public méthode

public BeginUpdates ( ) : void
Résultat void

CellAt() public méthode

public CellAt ( MonoTouch ns ) : MonoTouch.UIKit.UITableViewCell
ns MonoTouch
Résultat MonoTouch.UIKit.UITableViewCell

CreateHandle() protected méthode

protected CreateHandle ( ) : void
Résultat void

DeleteRows() public méthode

public DeleteRows ( MonoTouch atIndexPaths, MonoTouch withRowAnimation ) : void
atIndexPaths MonoTouch
withRowAnimation MonoTouch
Résultat void

DeleteSections() public méthode

public DeleteSections ( MonoTouch sections, MonoTouch withRowAnimation ) : void
sections MonoTouch
withRowAnimation MonoTouch
Résultat void

DequeueReusableCell() public méthode

public DequeueReusableCell ( MonoTouch identifier ) : MonoTouch.UIKit.UITableViewCell
identifier MonoTouch
Résultat MonoTouch.UIKit.UITableViewCell

DequeueReusableCell() public méthode

public DequeueReusableCell ( System identifier ) : MonoTouch.UIKit.UITableViewCell
identifier System
Résultat MonoTouch.UIKit.UITableViewCell

DeselectRow() public méthode

public DeselectRow ( MonoTouch indexPath, System animated ) : void
indexPath MonoTouch
animated System
Résultat void

EndUpdates() public méthode

public EndUpdates ( ) : void
Résultat void

IndexPathForCell() public méthode

public IndexPathForCell ( MonoTouch cell ) : MonoTouch.Foundation.NSIndexPath
cell MonoTouch
Résultat MonoTouch.Foundation.NSIndexPath

IndexPathForRowAtPoint() public méthode

public IndexPathForRowAtPoint ( System point ) : MonoTouch.Foundation.NSIndexPath
point System
Résultat MonoTouch.Foundation.NSIndexPath

InsertRows() public méthode

public InsertRows ( MonoTouch atIndexPaths, MonoTouch withRowAnimation ) : void
atIndexPaths MonoTouch
withRowAnimation MonoTouch
Résultat void

InsertSections() public méthode

public InsertSections ( MonoTouch sections, MonoTouch withRowAnimation ) : void
sections MonoTouch
withRowAnimation MonoTouch
Résultat void

NumberOfRowsInSection() public méthode

public NumberOfRowsInSection ( System section ) : Int32
section System
Résultat System.Int32

NumberOfSections() public méthode

public NumberOfSections ( ) : Int32
Résultat System.Int32

RectForFooterInSection() public méthode

public RectForFooterInSection ( System section ) : RectangleF
section System
Résultat System.Drawing.RectangleF

RectForHeaderInSection() public méthode

public RectForHeaderInSection ( System section ) : RectangleF
section System
Résultat System.Drawing.RectangleF

RectForRowAtIndexPath() public méthode

public RectForRowAtIndexPath ( MonoTouch indexPath ) : RectangleF
indexPath MonoTouch
Résultat System.Drawing.RectangleF

RectForSection() public méthode

public RectForSection ( System section ) : RectangleF
section System
Résultat System.Drawing.RectangleF

ReloadData() public méthode

public ReloadData ( ) : void
Résultat void

ReloadRows() public méthode

public ReloadRows ( MonoTouch atIndexPaths, MonoTouch withRowAnimation ) : void
atIndexPaths MonoTouch
withRowAnimation MonoTouch
Résultat void

ReloadSectionIndexTitles() public méthode

public ReloadSectionIndexTitles ( ) : void
Résultat void

ReloadSections() public méthode

public ReloadSections ( MonoTouch sections, MonoTouch withRowAnimation ) : void
sections MonoTouch
withRowAnimation MonoTouch
Résultat void

ScrollToNearestSelected() public méthode

public ScrollToNearestSelected ( MonoTouch atScrollPosition, System animated ) : void
atScrollPosition MonoTouch
animated System
Résultat void

ScrollToRow() public méthode

public ScrollToRow ( MonoTouch indexPath, MonoTouch atScrollPosition, System animated ) : void
indexPath MonoTouch
atScrollPosition MonoTouch
animated System
Résultat void

SelectRow() public méthode

public SelectRow ( MonoTouch indexPath, System animated, MonoTouch scrollPosition ) : void
indexPath MonoTouch
animated System
scrollPosition MonoTouch
Résultat void

SetEditing() public méthode

public SetEditing ( System editing, System animated ) : void
editing System
animated System
Résultat void