C# Class Android.NUnitLite.UI.FormattedElement

Inheritance: MonoDroid.Dialog.StringElement
Datei anzeigen Open project: couchbaselabs/Andr.Unit

Public Methods

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

Method Details

FormattedElement() public method

public FormattedElement ( string caption ) : System
caption string
return System

FormattedElement() public method

public FormattedElement ( string caption, string value ) : System
caption string
value string
return System

GetView() public method

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
return Android.Views.View

SetCaption() public method

public SetCaption ( string html ) : void
html string
return void