C# Class FSoft.WordApp.IOS.Views.TableSourceMenu

Inheritance: Cirrious.MvvmCross.Binding.Touch.Views.MvxTableViewSource
Afficher le fichier Open project: fpt-software/Wordpress-Client Class Usage Examples

Méthodes publiques

Méthode Description
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
TableSourceMenu ( UITableView tableView ) : System
setRoundedView ( UIView roundedView, nfloat newSize ) : void

Méthodes protégées

Méthode Description
GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell

Method Details

GetHeightForRow() public méthode

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
tableView UITableView
indexPath NSIndexPath
Résultat nfloat

GetOrCreateCellFor() protected méthode

protected GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
item object
Résultat UITableViewCell

TableSourceMenu() public méthode

public TableSourceMenu ( UITableView tableView ) : System
tableView UITableView
Résultat System

setRoundedView() public méthode

public setRoundedView ( UIView roundedView, nfloat newSize ) : void
roundedView UIView
newSize nfloat
Résultat void