C# Class CrossUI.Droid.Dialog.Elements.AchievementElement

Inheritance: Element
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Свойство Type Description
Group string

Méthodes publiques

Méthode Description
AchievementElement ( string caption = null, string description = null, int percentageComplete, Android.Graphics.Bitmap achievementImage = null ) : Android.Content

Méthodes protégées

Méthode Description
GetViewImpl ( Android.Content.Context context, Android.Views.ViewGroup parent ) : Android.Views.View
UpdateAchievementImageDisplay ( Android.Views.View cell ) : void
UpdateCaptionDisplay ( Android.Views.View cell ) : void
UpdateCellDisplay ( Android.Views.View cell ) : void
UpdateDescriptionDisplay ( Android.Views.View cell ) : void
UpdatePercentageCompleteDisplay ( Android.Views.View cell ) : void

Method Details

AchievementElement() public méthode

public AchievementElement ( string caption = null, string description = null, int percentageComplete, Android.Graphics.Bitmap achievementImage = null ) : Android.Content
caption string
description string
percentageComplete int
achievementImage Android.Graphics.Bitmap
Résultat Android.Content

GetViewImpl() protected méthode

protected GetViewImpl ( Android.Content.Context context, Android.Views.ViewGroup parent ) : Android.Views.View
context Android.Content.Context
parent Android.Views.ViewGroup
Résultat Android.Views.View

UpdateAchievementImageDisplay() protected méthode

protected UpdateAchievementImageDisplay ( Android.Views.View cell ) : void
cell Android.Views.View
Résultat void

UpdateCaptionDisplay() protected méthode

protected UpdateCaptionDisplay ( Android.Views.View cell ) : void
cell Android.Views.View
Résultat void

UpdateCellDisplay() protected méthode

protected UpdateCellDisplay ( Android.Views.View cell ) : void
cell Android.Views.View
Résultat void

UpdateDescriptionDisplay() protected méthode

protected UpdateDescriptionDisplay ( Android.Views.View cell ) : void
cell Android.Views.View
Résultat void

UpdatePercentageCompleteDisplay() protected méthode

protected UpdatePercentageCompleteDisplay ( Android.Views.View cell ) : void
cell Android.Views.View
Résultat void

Property Details

Group public_oe property

public string Group
Résultat string