C# Class Habanero.Faces.VWG.ReadOnlyGridButtonsControlVWG

Provides a set of buttons for use on an IReadOnlyGridControl. By default, Add and Edit buttons are available, but you can also make the standard Delete button visible by setting the ShowDefaultDeleteButton property to true.
Inheritance: ButtonGroupControlVWG, IReadOnlyGridButtonsControl
Afficher le fichier Open project: Chillisoft/habanero.faces

Méthodes publiques

Méthode Description
ReadOnlyGridButtonsControlVWG ( IControlFactory controlFactory ) : System

Constructor for ReadOnlyGridButtonsControlVWG

RemoveAllHandlers ( ) : void
RemoveHandlers ( string operation ) : void

Method Details

ReadOnlyGridButtonsControlVWG() public méthode

Constructor for ReadOnlyGridButtonsControlVWG
public ReadOnlyGridButtonsControlVWG ( IControlFactory controlFactory ) : System
controlFactory IControlFactory
Résultat System

RemoveAllHandlers() public méthode

public RemoveAllHandlers ( ) : void
Résultat void

RemoveHandlers() public méthode

public RemoveHandlers ( string operation ) : void
operation string
Résultat void