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
Mostrar archivo Open project: Chillisoft/habanero.faces

Public Methods

Method Description
ReadOnlyGridButtonsControlVWG ( IControlFactory controlFactory ) : System

Constructor for ReadOnlyGridButtonsControlVWG

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

Method Details

ReadOnlyGridButtonsControlVWG() public method

Constructor for ReadOnlyGridButtonsControlVWG
public ReadOnlyGridButtonsControlVWG ( 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