C# Class Praeclarum.UI.DocumentThumbnailCell

Inheritance: BaseDocumentThumbnailCell
Afficher le fichier Open project: praeclarum/Praeclarum

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnFillContentView ( ) : void

Private Methods

Méthode Description
RefreshThumbnailAsync ( ) : System.Threading.Tasks.Task
SetThumbnail ( UIKit.UIImage thumbImage ) : void

Method Details

ApplyTheme() public méthode

public ApplyTheme ( Theme theme ) : void
theme Theme
Résultat void

CreateThumbnailView() public méthode

public CreateThumbnailView ( ) : UIView
Résultat UIView

DocumentThumbnailCell() public méthode

public DocumentThumbnailCell ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

OnFillContentView() protected méthode

protected OnFillContentView ( ) : void
Résultat void

RefreshThumbnail() public méthode

public RefreshThumbnail ( ) : void
Résultat void

SetDocumentSelected() public méthode

public SetDocumentSelected ( bool value, bool animated ) : void
value bool
animated bool
Résultat void