C# Class io.github.droidkaigi.confsched.widget.MapSearchView

Inheritance: FrameLayout
Afficher le fichier Open project: amay077/DroidKaigi2016Xamarin Class Usage Examples

Méthodes publiques

Méthode Description
BindData ( IList placeMaps, EventHandler listener ) : void
MapSearchView ( Android.Content.Context context ) : System
MapSearchView ( Android.Content.Context context, IAttributeSet attrs ) : System
MapSearchView ( Android.Content.Context context, IAttributeSet attrs, int defStyleAttr ) : System
RevealOff ( ) : void
Toggle ( ) : void

Private Methods

Méthode Description
RevealOn ( ) : void

Method Details

BindData() public méthode

public BindData ( IList placeMaps, EventHandler listener ) : void
placeMaps IList
listener EventHandler
Résultat void

MapSearchView() public méthode

public MapSearchView ( Android.Content.Context context ) : System
context Android.Content.Context
Résultat System

MapSearchView() public méthode

public MapSearchView ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
Résultat System

MapSearchView() public méthode

public MapSearchView ( Android.Content.Context context, IAttributeSet attrs, int defStyleAttr ) : System
context Android.Content.Context
attrs IAttributeSet
defStyleAttr int
Résultat System

RevealOff() public méthode

public RevealOff ( ) : void
Résultat void

Toggle() public méthode

public Toggle ( ) : void
Résultat void