C# Class Habanero.Faces.Win.CloseBOEditorDialogWin

This is a Dialog Box that is specialiased for dealing with the Closing of any form or application that is editing Business Objects. The dialogue box will display a sensible message to the user to determine whether they want to Close the Original form without saving, Save the BO and then Close or Cancel the Closing of the original form.
Inheritance: FormWin, ICloseBOEditorDialog
Afficher le fichier Open project: Chillisoft/habanero.faces

Méthodes publiques

Méthode Description
CloseBOEditorDialogWin ( IControlFactory controlFactory ) : System

Constructor

ShowDialog ( IBusinessObject businessObject ) : CloseBOEditorDialogResult

Méthodes protégées

Méthode Description
ShowForm ( ) : void

Private Methods

Méthode Description
ButtonClick ( object sender, EventArgs eventArgs ) : void
ConstructControl ( IControlFactory controlFactory ) : void

Construct the Dialog form for any situation e.g. where the Form being closed has Mutliple Business Objects is a wizard etc.

SetSize ( ) : void

Method Details

CloseBOEditorDialogWin() public méthode

Constructor
public CloseBOEditorDialogWin ( IControlFactory controlFactory ) : System
controlFactory IControlFactory The control Factory used to construct buttons, labels etc by ths control
Résultat System

ShowDialog() public méthode

public ShowDialog ( IBusinessObject businessObject ) : CloseBOEditorDialogResult
businessObject IBusinessObject
Résultat CloseBOEditorDialogResult

ShowForm() protected méthode

protected ShowForm ( ) : void
Résultat void