C# Класс MonoMobile.Dialog.RootElement

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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