C# 클래스 Android.Dialog.Element

상속: Java.Lang.Object
파일 보기 프로젝트 열기: sam-lippert/Android.Dialog 1 사용 예제들

공개 메소드들

메소드 설명
Element ( string caption ) : System

Initializes the element with the given caption.

Element ( string caption, int layoutId ) : System
GetContext ( ) : Android.Content.Context
GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View

Overriden by most derived classes, creates a View with the contents for display

Matches ( string text ) : bool
Selected ( ) : void
Summary ( ) : string

Returns a summary of the value represented by this object, suitable for rendering as the result of a RootElement with child objects.

메소드 상세

Element() 공개 메소드

Initializes the element with the given caption.
public Element ( string caption ) : System
caption string /// The caption. ///
리턴 System

Element() 공개 메소드

public Element ( string caption, int layoutId ) : System
caption string
layoutId int
리턴 System

GetContext() 공개 메소드

public GetContext ( ) : Android.Content.Context
리턴 Android.Content.Context

GetView() 공개 메소드

Overriden by most derived classes, creates a View with the contents for display
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

Matches() 공개 메소드

public Matches ( string text ) : bool
text string
리턴 bool

Selected() 공개 메소드

public Selected ( ) : void
리턴 void

Summary() 공개 메소드

Returns a summary of the value represented by this object, suitable for rendering as the result of a RootElement with child objects.
public Summary ( ) : string
리턴 string