C# Class Xwt.WPFBackend.ComboBoxBackend

Inheritance: Xwt.WPFBackend.WidgetBackend, IComboBoxBackend
Exibir arquivo Open project: TheBrainTech/xwt

Public Methods

Method 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

Method 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 method

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

EnableEvent() public method

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

GetPreferredSize() public method

public GetPreferredSize ( SizeConstraint widthConstraint, SizeConstraint heightConstraint ) : Size
widthConstraint SizeConstraint
heightConstraint SizeConstraint
return System.Windows.Size

SetSource() public method

public SetSource ( IListDataSource source, IBackend sourceBackend ) : void
source IListDataSource
sourceBackend IBackend
return void

SetViews() public method

public SetViews ( CellViewCollection views ) : void
views CellViewCollection
return void