C# Class OKHOSTING.UI.Xamarin.Forms.Controls.Autocomplete

Represents a control that is autocomplete in a Xamarin.Forms. Representa un control que es autocomplete en Xamarin.Forms.

Inheritance: global::Xamarin.Forms.StackLayout, IAutocomplete
Afficher le fichier Open project: okhosting/OKHOSTING.UI

Protected Properties

Свойство Type Description
GoSearchButton IButton
ResultPage global::Xamarin.Forms.ContentPage
ResultView global::Xamarin.Forms.ListView
SearchButton IButton
SearchPage Page
SearchStack IStack
SearchText ITextBox

Private Properties

Свойство Type Description
GoSearchButton_Click void
OnValueChanged void
ResultView_ItemSelected void
SearchButton_Click void

Méthodes publiques

Méthode Description
Autocomplete ( ) : System

Initializes a new instance of the Autocomplete class. Inicializa una nueva instancia de la clase Autocomplete.

IDisposable ( ) : void

The identifier dispose. El identificador Dispose

OnSearching ( string text ) : AutocompleteSearchEventArgs

Ons the searching. El argumento de la busqueda paraseleccionar un elemento del Autocomplete.

Private Methods

Méthode Description
GoSearchButton_Click ( object sender, EventArgs e ) : void

Gos the search button click. El clic del boton que nos envia a la parte donde buscamos.

OnValueChanged ( ) : void

Ons the value changed. Cambia el valor

ResultView_ItemSelected ( object sender, global e ) : void

Results the view item selected. Resultado del elemento seleccionado.

SearchButton_Click ( object sender, EventArgs e ) : void

Searchs the button click. El clic del boton que realiza la busqueda.

Method Details

Autocomplete() public méthode

Initializes a new instance of the Autocomplete class. Inicializa una nueva instancia de la clase Autocomplete.

public Autocomplete ( ) : System
Résultat System

IDisposable() public méthode

The identifier dispose. El identificador Dispose

public IDisposable ( ) : void
Résultat void

OnSearching() public méthode

Ons the searching. El argumento de la busqueda paraseleccionar un elemento del Autocomplete.

public OnSearching ( string text ) : AutocompleteSearchEventArgs
text string Text.
Résultat AutocompleteSearchEventArgs

Property Details

GoSearchButton protected_oe property

The go search button. El boton que nos envia a la busqueda

protected IButton GoSearchButton
Résultat IButton

ResultPage protected_oe property

The result page. La pagina resultante al buscar.

protected global::Xamarin.Forms.ContentPage ResultPage
Résultat global::Xamarin.Forms.ContentPage

ResultView protected_oe property

The result view. La vista resultante al buscar.

protected global::Xamarin.Forms.ListView ResultView
Résultat global::Xamarin.Forms.ListView

SearchButton protected_oe property

The search button. El boton de busqueda

protected IButton SearchButton
Résultat IButton

SearchPage protected_oe property

The search page. La pagina para buscar.

protected Page SearchPage
Résultat Page

SearchStack protected_oe property

The search stack. El stack donde se buscara.

protected IStack SearchStack
Résultat IStack

SearchText protected_oe property

The search text. El texto a buscar.

protected ITextBox SearchText
Résultat ITextBox