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
Afficher le fichier Open project: Chillisoft/habanero.faces

Méthodes publiques

Méthode Description
EditableGridButtonsControlVWG ( IControlFactory controlFactory ) : System

Creates the EditableGridButtonsControlVWG

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

Method Details

EditableGridButtonsControlVWG() public méthode

Creates the EditableGridButtonsControlVWG
public EditableGridButtonsControlVWG ( IControlFactory controlFactory ) : System
controlFactory IControlFactory
Résultat System

FireCancelButtonClicked() public méthode

public FireCancelButtonClicked ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

FireSaveButtonClicked() public méthode

public FireSaveButtonClicked ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void