C# Class MonoMobile.Views.ActionSheetView

Inheritance: UIActionSheet
Exibir arquivo Open project: RobertKozak/MonoMobile.Views

Protected Properties

Property Type Description
CommandMap ICommand>.Dictionary

Public Methods

Method Description
ActionSheetView ( string title ) : System
Cancel ( ) : void
Destroy ( ) : void
ShowFrom ( RectangleF rect, UIView inView, bool animated ) : void
ShowFrom ( UIBarButtonItem item, bool animated ) : void
ShowFromTabBar ( UITabBar view ) : void
ShowFromToolbar ( UIToolbar view ) : void
ShowInView ( UIView view ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
Prepare ( ) : void

Private Methods

Method Description
AddButtonToSheet ( string title, ICommand command ) : int
GetTitle ( MethodInfo method ) : string
HandleDismissed ( object sender, UIButtonEventArgs e ) : void

Method Details

ActionSheetView() public method

public ActionSheetView ( string title ) : System
title string
return System

Cancel() public method

public Cancel ( ) : void
return void

Destroy() public method

public Destroy ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Prepare() protected method

protected Prepare ( ) : void
return void

ShowFrom() public method

public ShowFrom ( RectangleF rect, UIView inView, bool animated ) : void
rect System.Drawing.RectangleF
inView UIView
animated bool
return void

ShowFrom() public method

public ShowFrom ( UIBarButtonItem item, bool animated ) : void
item UIBarButtonItem
animated bool
return void

ShowFromTabBar() public method

public ShowFromTabBar ( UITabBar view ) : void
view UITabBar
return void

ShowFromToolbar() public method

public ShowFromToolbar ( UIToolbar view ) : void
view UIToolbar
return void

ShowInView() public method

public ShowInView ( UIView view ) : void
view UIView
return void

Property Details

CommandMap protected_oe property

protected Dictionary CommandMap
return ICommand>.Dictionary