C# Class MonoMobile.Dialog.RootElement

Afficher le fichier Open project: moljac/MonoMobile.Dialog Class Usage Examples

Méthodes publiques

Свойство Type Description
StackPanel StackPanel
createOnSelected UIElement>.Func

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
BackClicked ( ) : void

Private Methods

Méthode Description
IndexOf ( Section target ) : int

Method Details

Add() public méthode

public Add ( IEnumerable
sections ) : void
sections IEnumerable
Résultat void

Add() public méthode

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 ///
Résultat void

BackClicked() protected méthode

protected BackClicked ( ) : void
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

GetControl() public méthode

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
Résultat FrameworkElement

Insert() public méthode

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. ///
Résultat void

Insert() public méthode

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
Résultat void

Remove() public méthode

public Remove ( Section s ) : void
s Section
Résultat void

Remove() public méthode

public Remove ( Section s, DoubleAnimation anim ) : void
s Section
anim DoubleAnimation
Résultat void

RemoveAt() public méthode

Removes a section at a specified location
public RemoveAt ( int idx ) : void
idx int
Résultat void

RemoveAt() public méthode

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

RootElement() public méthode

Initializes a RootSection with a caption
public RootElement ( string caption ) : System
caption string /// The caption to render. ///
Résultat System

RootElement() public méthode

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. ///
Résultat System

RootElement() public méthode

public RootElement ( string caption, NSAction tapped ) : System
caption string
tapped NSAction
Résultat System

RootElement() public méthode

public RootElement ( string caption, RootElement navigate_back ) : System
caption string
navigate_back RootElement
Résultat System

RootElement() public méthode

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
Résultat System

StartActivity() public méthode

public StartActivity ( System type_of_activity ) : void
type_of_activity System
Résultat void

this() public méthode

public this ( int idx ) : Section
idx int
Résultat Section

Property Details

StackPanel public_oe property

public StackPanel StackPanel
Résultat StackPanel

createOnSelected public_oe property

public Func createOnSelected
Résultat UIElement>.Func