C# 클래스 Android.NUnitLite.UI.FormattedElement

상속: MonoDroid.Dialog.StringElement
파일 보기 프로젝트 열기: couchbaselabs/Andr.Unit

공개 메소드들

메소드 설명
FormattedElement ( string caption ) : System
FormattedElement ( string caption, string value ) : System
GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View
SetCaption ( string html ) : void

메소드 상세

FormattedElement() 공개 메소드

public FormattedElement ( string caption ) : System
caption string
리턴 System

FormattedElement() 공개 메소드

public FormattedElement ( string caption, string value ) : System
caption string
value string
리턴 System

GetView() 공개 메소드

public GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View
context Android.Content.Context
convertView Android.Views.View
parent Android.Views.ViewGroup
리턴 Android.Views.View

SetCaption() 공개 메소드

public SetCaption ( string html ) : void
html string
리턴 void