C# Class Habanero.Faces.Base.ReadOnlyGridButtonsControlManager

This manager groups common logic for IReadOnlyGridButtonsControl objects. Do not use this object in working code - rather call CreateReadOnlyGridButtonsControl in the appropriate control factory.
Afficher le fichier Open project: Chillisoft/habanero.faces Class Usage Examples

Méthodes publiques

Méthode Description
CreateAddButton ( EventHandler eventHandler ) : void

Creates the add button and binds it to the eventHandler

CreateDeleteButton ( EventHandler eventHandler ) : void

Creates the delete button and binds it to the eventHandler

CreateEditButton ( EventHandler eventHandler ) : void

Creates the Edit button and binds it to the eventHandler

ReadOnlyGridButtonsControlManager ( IReadOnlyGridButtonsControl buttonsControl ) : System

Constructor for the ReadOnlyGridButtonsControlManager

Method Details

CreateAddButton() public méthode

Creates the add button and binds it to the eventHandler
public CreateAddButton ( EventHandler eventHandler ) : void
eventHandler EventHandler
Résultat void

CreateDeleteButton() public méthode

Creates the delete button and binds it to the eventHandler
public CreateDeleteButton ( EventHandler eventHandler ) : void
eventHandler EventHandler
Résultat void

CreateEditButton() public méthode

Creates the Edit button and binds it to the eventHandler
public CreateEditButton ( EventHandler eventHandler ) : void
eventHandler EventHandler
Résultat void

ReadOnlyGridButtonsControlManager() public méthode

Constructor for the ReadOnlyGridButtonsControlManager
public ReadOnlyGridButtonsControlManager ( IReadOnlyGridButtonsControl buttonsControl ) : System
buttonsControl IReadOnlyGridButtonsControl
Résultat System