C# 클래스 MonoMobile.Dialog.RootElement

파일 보기 프로젝트 열기: moljac/MonoMobile.Dialog 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
StackPanel StackPanel
createOnSelected UIElement>.Func

공개 메소드들

메소드 설명
Add ( IEnumerable
sections ) : void
Add ( Section section ) : void

Adds a new section to this RootElement

Clear ( ) : void
GetControl ( ) : FrameworkElement

MT.D: public override UITableViewCell GetCell(UITableView tv) MA.D: public override View GetView(Context context, View convertView, ViewGroup parent) WP.D: Brainstorming needed! Control NOGO FrameworkElement GO! TODO: see more!

Insert ( int idx, DoubleAnimation anim ) : void

Inserts a new section into the RootElement

This inserts the specified list of sections (a params argument) into the e using the specified animation.

Insert ( int idx, Section section ) : void

Inserts a new section into the RootElement

This inserts the specified list of sections (a params argument) into the e using the Fade animation.

Remove ( Section s ) : void
Remove ( Section s, DoubleAnimation anim ) : void
RemoveAt ( int idx ) : void

Removes a section at a specified location

RemoveAt ( int idx, DoubleAnimation anim ) : void

Removes a section at a specified location using the specified animation

RootElement ( string caption ) : System

Initializes a RootSection with a caption

RootElement ( string caption, Group group ) : System

Initializes a RootElement that renders the summary based on the radio settings of the contained elements.

RootElement ( string caption, NSAction tapped ) : System
RootElement ( string caption, RootElement navigate_back ) : System
RootElement ( string caption, int section, int element ) : System

Initializes a RootElement with a caption with a summary fetched from the specified section and leement

StartActivity ( System type_of_activity ) : void
this ( int idx ) : Section

보호된 메소드들

메소드 설명
BackClicked ( ) : void

비공개 메소드들

메소드 설명
IndexOf ( Section target ) : int

메소드 상세

Add() 공개 메소드

public Add ( IEnumerable
sections ) : void
sections IEnumerable
리턴 void

Add() 공개 메소드

Adds a new section to this RootElement
public Add ( Section section ) : void
section Section /// The section to add, if the e is visible, the section is inserted with no animation ///
리턴 void

BackClicked() 보호된 메소드

protected BackClicked ( ) : void
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

GetControl() 공개 메소드

MT.D: public override UITableViewCell GetCell(UITableView tv) MA.D: public override View GetView(Context context, View convertView, ViewGroup parent) WP.D: Brainstorming needed! Control NOGO FrameworkElement GO! TODO: see more!
public GetControl ( ) : FrameworkElement
리턴 FrameworkElement

Insert() 공개 메소드

Inserts a new section into the RootElement
This inserts the specified list of sections (a params argument) into the e using the specified animation.
public Insert ( int idx, DoubleAnimation anim ) : void
idx int /// The index where the section is added ///
anim DoubleAnimation /// The type. ///
리턴 void

Insert() 공개 메소드

Inserts a new section into the RootElement
This inserts the specified list of sections (a params argument) into the e using the Fade animation.
public Insert ( int idx, Section section ) : void
idx int /// The index where the section is added ///
section Section
리턴 void

Remove() 공개 메소드

public Remove ( Section s ) : void
s Section
리턴 void

Remove() 공개 메소드

public Remove ( Section s, DoubleAnimation anim ) : void
s Section
anim DoubleAnimation
리턴 void

RemoveAt() 공개 메소드

Removes a section at a specified location
public RemoveAt ( int idx ) : void
idx int
리턴 void

RemoveAt() 공개 메소드

Removes a section at a specified location using the specified animation
public RemoveAt ( int idx, DoubleAnimation anim ) : void
idx int /// A ///
anim DoubleAnimation /// A ///
리턴 void

RootElement() 공개 메소드

Initializes a RootSection with a caption
public RootElement ( string caption ) : System
caption string /// The caption to render. ///
리턴 System

RootElement() 공개 메소드

Initializes a RootElement that renders the summary based on the radio settings of the contained elements.
public RootElement ( string caption, Group group ) : System
caption string /// The caption to ender ///
group Group /// The group that contains the checkbox or radio information. This is used to display /// the summary information when a RootElement is rendered inside a section. ///
리턴 System

RootElement() 공개 메소드

public RootElement ( string caption, NSAction tapped ) : System
caption string
tapped NSAction
리턴 System

RootElement() 공개 메소드

public RootElement ( string caption, RootElement navigate_back ) : System
caption string
navigate_back RootElement
리턴 System

RootElement() 공개 메소드

Initializes a RootElement with a caption with a summary fetched from the specified section and leement
public RootElement ( string caption, int section, int element ) : System
caption string /// The caption to render cref="System.String"/> ///
section int /// The section that contains the fe with the summary. ///
element int
리턴 System

StartActivity() 공개 메소드

public StartActivity ( System type_of_activity ) : void
type_of_activity System
리턴 void

this() 공개 메소드

public this ( int idx ) : Section
idx int
리턴 Section

프로퍼티 상세

StackPanel 공개적으로 프로퍼티

public StackPanel StackPanel
리턴 StackPanel

createOnSelected 공개적으로 프로퍼티

public Func createOnSelected
리턴 UIElement>.Func