C# Class MonoTouch.Dialog.LoadMoreElement

Inheritance: Element, IElementSizing
显示文件 Open project: escoz/MonoMobile.Forms Class Usage Examples

Public Methods

Method Description
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
Layout ( ) : void
LoadMoreElement ( string normalCaption, string loadingCaption, Action tapped ) : System
LoadMoreElement ( string normalCaption, string loadingCaption, Action tapped, UIKit.UIFont font, UIKit.UIColor textColor ) : System
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void

Private Methods

Method Description
GetTextSize ( ) : SizeF

Method Details

GetCell() public method

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
return UITableViewCell

GetHeight() public method

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
return float

Layout() public method

public Layout ( ) : void
return void

LoadMoreElement() public method

public LoadMoreElement ( string normalCaption, string loadingCaption, Action tapped ) : System
normalCaption string
loadingCaption string
tapped Action
return System

LoadMoreElement() public method

public LoadMoreElement ( string normalCaption, string loadingCaption, Action tapped, UIKit.UIFont font, UIKit.UIColor textColor ) : System
normalCaption string
loadingCaption string
tapped Action
font UIKit.UIFont
textColor UIKit.UIColor
return System

Selected() public method

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
dvc DialogViewController
tableView UITableView
path NSIndexPath
return void