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

상속: Java.Lang.System.Object, IElement
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 메소드들

메소드 설명
ActOnCurrentAttachedCell ( Action updateAction ) : void
GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View
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 ( string caption = null, string layoutName = null ) : Android.Content

Initializes the element with the given caption and layout.

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

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

UpdateCaptionDisplay ( Android.Views.View cell ) : void
UpdateCellDisplay ( Android.Views.View cell ) : void

Override this method if you want some other action to be taken when a cell view is set

메소드 상세

ActOnCurrentAttachedCell() 공개 메소드

public ActOnCurrentAttachedCell ( Action updateAction ) : void
updateAction Action
리턴 void

Element() 보호된 메소드

Initializes the element with the given caption and layout.
protected Element ( string caption = null, string layoutName = null ) : Android.Content
caption string /// The caption. ///
layoutName string /// The layout to load. ///
리턴 Android.Content

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

GetViewImpl() 보호된 메소드

Overriden by most derived classes, creates a View with the contents for display
protected GetViewImpl ( Android.Content.Context context, Android.Views.ViewGroup parent ) : Android.Views.View
context Android.Content.Context
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

UpdateCaptionDisplay() 보호된 메소드

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

UpdateCellDisplay() 보호된 메소드

Override this method if you want some other action to be taken when a cell view is set
protected UpdateCellDisplay ( Android.Views.View cell ) : void
cell Android.Views.View
리턴 void