C# 클래스 Android.Dialog.Builder.DroidElementBuilder

상속: Dialog.Core.Builder.ElementBuilder
파일 보기 프로젝트 열기: runegri/Android.Dialog 1 사용 예제들

공개 메소드들

메소드 설명
DroidElementBuilder ( bool registerDefaultElements = true ) : System
RegisterDefaultElements ( ) : void

보호된 메소드들

메소드 설명
CreateNewGroup ( GroupDescription groupDescription ) : IGroup
CreateNewSection ( SectionDescription sectionDescription ) : ISection

메소드 상세

CreateNewGroup() 보호된 메소드

protected CreateNewGroup ( GroupDescription groupDescription ) : IGroup
groupDescription Dialog.Core.Descriptions.GroupDescription
리턴 IGroup

CreateNewSection() 보호된 메소드

protected CreateNewSection ( SectionDescription sectionDescription ) : ISection
sectionDescription Dialog.Core.Descriptions.SectionDescription
리턴 ISection

DroidElementBuilder() 공개 메소드

public DroidElementBuilder ( bool registerDefaultElements = true ) : System
registerDefaultElements bool
리턴 System

RegisterDefaultElements() 공개 메소드

public RegisterDefaultElements ( ) : void
리턴 void