C# Class Xwt.WPFBackend.ComboBoxTextEntryBackend

Inheritance: Xwt.WPFBackend.WidgetBackend, ITextEntryBackend
Exibir arquivo Open project: TheBrainTech/xwt Class Usage Examples

Public Methods

Method Description
ComboBoxTextEntryBackend ( Xwt.WPFBackend.ExComboBox combobox ) : System
DisableEvent ( object eventId ) : void
EnableEvent ( object eventId ) : void
HandleLoaded ( object sender, RoutedEventArgs e ) : void
SetCompletionMatchFunc ( Func matchFunc ) : void
SetCompletions ( string completions ) : void

Protected Methods

Method Description
Initialize ( ) : void
OnGotFocus ( object sender, RoutedEventArgs e ) : void
OnLostFocus ( object sender, RoutedEventArgs e ) : void

Private Methods

Method Description
OnSelectionChanged ( object s, EventArgs e ) : void
OnTextChanged ( object sender, EventArgs e ) : void
UpdatePlaceholder ( string newPlaceholder, bool focused ) : void

Method Details

ComboBoxTextEntryBackend() public method

public ComboBoxTextEntryBackend ( Xwt.WPFBackend.ExComboBox combobox ) : System
combobox Xwt.WPFBackend.ExComboBox
return System

DisableEvent() public method

public DisableEvent ( object eventId ) : void
eventId object
return void

EnableEvent() public method

public EnableEvent ( object eventId ) : void
eventId object
return void

HandleLoaded() public method

public HandleLoaded ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void

Initialize() protected method

protected Initialize ( ) : void
return void

OnGotFocus() protected method

protected OnGotFocus ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void

OnLostFocus() protected method

protected OnLostFocus ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void

SetCompletionMatchFunc() public method

public SetCompletionMatchFunc ( Func matchFunc ) : void
matchFunc Func
return void

SetCompletions() public method

public SetCompletions ( string completions ) : void
completions string
return void