C# Class AspNetEdit.UI.PropertyEditors.EnumEditor

Inheritance: BaseEditor
Datei anzeigen Open project: mono/aspeditor

Public Methods

Method Description
EnumEditor ( GridRow parentRow ) : System
GetDisplayWidget ( ) : Gtk.Widget
GetEditWidget ( ) : Gtk.Widget

Private Methods

Method Description
combo_Changed ( object sender, EventArgs e ) : void
combo_Destroyed ( object sender, EventArgs e ) : void

Method Details

EnumEditor() public method

public EnumEditor ( GridRow parentRow ) : System
parentRow AspNetEdit.UI.GridRow
return System

GetDisplayWidget() public method

public GetDisplayWidget ( ) : Gtk.Widget
return Gtk.Widget

GetEditWidget() public method

public GetEditWidget ( ) : Gtk.Widget
return Gtk.Widget