C# Class Praeclarum.UI.DocumentThumbnailCell

Inheritance: BaseDocumentThumbnailCell
Exibir arquivo Open project: praeclarum/Praeclarum

Public Methods

Method Description
ApplyTheme ( Theme theme ) : void
CreateThumbnailView ( ) : UIView
DocumentThumbnailCell ( IntPtr handle ) : System
RefreshThumbnail ( ) : void
SetDocumentSelected ( bool value, bool animated ) : void

Protected Methods

Method Description
OnFillContentView ( ) : void

Private Methods

Method Description
RefreshThumbnailAsync ( ) : System.Threading.Tasks.Task
SetThumbnail ( UIKit.UIImage thumbImage ) : void

Method Details

ApplyTheme() public method

public ApplyTheme ( Theme theme ) : void
theme Theme
return void

CreateThumbnailView() public method

public CreateThumbnailView ( ) : UIView
return UIView

DocumentThumbnailCell() public method

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

OnFillContentView() protected method

protected OnFillContentView ( ) : void
return void

RefreshThumbnail() public method

public RefreshThumbnail ( ) : void
return void

SetDocumentSelected() public method

public SetDocumentSelected ( bool value, bool animated ) : void
value bool
animated bool
return void