C# Class Xwt.WPFBackend.ComboBoxBackend

Inheritance: Xwt.WPFBackend.WidgetBackend, IComboBoxBackend
Afficher le fichier Open project: TheBrainTech/xwt

Méthodes publiques

Méthode Description
DisableEvent ( object eventId ) : void
EnableEvent ( object eventId ) : void
GetPreferredSize ( SizeConstraint widthConstraint, SizeConstraint heightConstraint ) : Size
SetSource ( IListDataSource source, IBackend sourceBackend ) : void
SetViews ( CellViewCollection views ) : void

Private Methods

Méthode Description
ComboBoxBackend ( ) : System.Collections.Generic
ComboBox_Loaded ( object sender, RoutedEventArgs e ) : void
GetDataTemplate ( IList views ) : System.Windows.DataTemplate
OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

Method Details

DisableEvent() public méthode

public DisableEvent ( object eventId ) : void
eventId object
Résultat void

EnableEvent() public méthode

public EnableEvent ( object eventId ) : void
eventId object
Résultat void

GetPreferredSize() public méthode

public GetPreferredSize ( SizeConstraint widthConstraint, SizeConstraint heightConstraint ) : Size
widthConstraint SizeConstraint
heightConstraint SizeConstraint
Résultat System.Windows.Size

SetSource() public méthode

public SetSource ( IListDataSource source, IBackend sourceBackend ) : void
source IListDataSource
sourceBackend IBackend
Résultat void

SetViews() public méthode

public SetViews ( CellViewCollection views ) : void
views CellViewCollection
Résultat void