C# Class MonoMobile.Views.ComposableViewListCell

Inheritance: UITableViewCell
Exibir arquivo Open project: RobertKozak/MonoMobile.Views Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ComposableViewListCell ( IntPtr handle ) : System
ComposableViewListCell ( NSCoder coder ) : System
ComposableViewListCell ( UITableViewCellStyle style, NSString reuseIdentifier, NSIndexPath indexPath, IList viewTypes, ListSource listSource ) : System
Draw ( RectangleF rect ) : void
LayoutSubviews ( ) : void

Protected Methods

Method Description
CreateViewList ( IList viewTypes ) : void

Method Details

ComposableViewListCell() public method

public ComposableViewListCell ( IntPtr handle ) : System
handle System.IntPtr
return System

ComposableViewListCell() public method

public ComposableViewListCell ( NSCoder coder ) : System
coder NSCoder
return System

ComposableViewListCell() public method

public ComposableViewListCell ( UITableViewCellStyle style, NSString reuseIdentifier, NSIndexPath indexPath, IList viewTypes, ListSource listSource ) : System
style UITableViewCellStyle
reuseIdentifier NSString
indexPath NSIndexPath
viewTypes IList
listSource ListSource
return System

CreateViewList() protected method

protected CreateViewList ( IList viewTypes ) : void
viewTypes IList
return void

Draw() public method

public Draw ( RectangleF rect ) : void
rect System.Drawing.RectangleF
return void

LayoutSubviews() public method

public LayoutSubviews ( ) : void
return void