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

Inheritance: Element
Datei anzeigen Open project: MvvmCross/MvvmCross

Public Properties

Property Type Description
Group string

Public Methods

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

Protected Methods

Method 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 method

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
return Android.Content

GetViewImpl() protected method

protected GetViewImpl ( Android.Content.Context context, Android.Views.ViewGroup parent ) : Android.Views.View
context Android.Content.Context
parent Android.Views.ViewGroup
return Android.Views.View

UpdateAchievementImageDisplay() protected method

protected UpdateAchievementImageDisplay ( Android.Views.View cell ) : void
cell Android.Views.View
return void

UpdateCaptionDisplay() protected method

protected UpdateCaptionDisplay ( Android.Views.View cell ) : void
cell Android.Views.View
return void

UpdateCellDisplay() protected method

protected UpdateCellDisplay ( Android.Views.View cell ) : void
cell Android.Views.View
return void

UpdateDescriptionDisplay() protected method

protected UpdateDescriptionDisplay ( Android.Views.View cell ) : void
cell Android.Views.View
return void

UpdatePercentageCompleteDisplay() protected method

protected UpdatePercentageCompleteDisplay ( Android.Views.View cell ) : void
cell Android.Views.View
return void

Property Details

Group public_oe property

public string Group
return string