C# 클래스 CrossUI.Droid.Dialog.Elements.AchievementElement

상속: Element
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 프로퍼티들

프로퍼티 타입 설명
Group string

공개 메소드들

메소드 설명
AchievementElement ( string caption = null, string description = null, int percentageComplete, Android.Graphics.Bitmap achievementImage = null ) : Android.Content

보호된 메소드들

메소드 설명
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

메소드 상세

AchievementElement() 공개 메소드

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
리턴 Android.Content

GetViewImpl() 보호된 메소드

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

UpdateAchievementImageDisplay() 보호된 메소드

protected UpdateAchievementImageDisplay ( Android.Views.View cell ) : void
cell Android.Views.View
리턴 void

UpdateCaptionDisplay() 보호된 메소드

protected UpdateCaptionDisplay ( Android.Views.View cell ) : void
cell Android.Views.View
리턴 void

UpdateCellDisplay() 보호된 메소드

protected UpdateCellDisplay ( Android.Views.View cell ) : void
cell Android.Views.View
리턴 void

UpdateDescriptionDisplay() 보호된 메소드

protected UpdateDescriptionDisplay ( Android.Views.View cell ) : void
cell Android.Views.View
리턴 void

UpdatePercentageCompleteDisplay() 보호된 메소드

protected UpdatePercentageCompleteDisplay ( Android.Views.View cell ) : void
cell Android.Views.View
리턴 void

프로퍼티 상세

Group 공개적으로 프로퍼티

public string Group
리턴 string