C# Class Habanero.Faces.VWG.EditableGridButtonsControlVWG

Provides a set of buttons for use on an IEditableGridControl. By default, Save and Cancel buttons are available.
Inheritance: ButtonGroupControlVWG, IEditableGridButtonsControl
Mostrar archivo Open project: Chillisoft/habanero.faces

Public Methods

Method Description
EditableGridButtonsControlVWG ( IControlFactory controlFactory ) : System

Creates the EditableGridButtonsControlVWG

FireCancelButtonClicked ( object sender, EventArgs e ) : void
FireSaveButtonClicked ( object sender, EventArgs e ) : void

Method Details

EditableGridButtonsControlVWG() public method

Creates the EditableGridButtonsControlVWG
public EditableGridButtonsControlVWG ( IControlFactory controlFactory ) : System
controlFactory IControlFactory
return System

FireCancelButtonClicked() public method

public FireCancelButtonClicked ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

FireSaveButtonClicked() public method

public FireSaveButtonClicked ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void