C# Class Habanero.Faces.Win.ReadOnlyGridButtonsControlWin

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: ButtonGroupControlWin, IReadOnlyGridButtonsControl
Show file Open project: Chillisoft/habanero.faces

Public Methods

Method Description
ReadOnlyGridButtonsControlWin ( IControlFactory controlFactory ) : System

Constructs the ReadOnlyGridButtonsControlWin

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

Method Details

ReadOnlyGridButtonsControlWin() public method

Constructs the ReadOnlyGridButtonsControlWin
public ReadOnlyGridButtonsControlWin ( IControlFactory controlFactory ) : System
controlFactory IControlFactory
return System

RemoveAllHandlers() public method

public RemoveAllHandlers ( ) : void
return void

RemoveHandlers() public method

public RemoveHandlers ( string operation ) : void
operation string
return void