C# 클래스 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.
상속: ButtonGroupControlVWG, IReadOnlyGridButtonsControl
파일 보기 프로젝트 열기: Chillisoft/habanero.faces

공개 메소드들

메소드 설명
ReadOnlyGridButtonsControlVWG ( IControlFactory controlFactory ) : System

Constructor for ReadOnlyGridButtonsControlVWG

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

메소드 상세

ReadOnlyGridButtonsControlVWG() 공개 메소드

Constructor for ReadOnlyGridButtonsControlVWG
public ReadOnlyGridButtonsControlVWG ( IControlFactory controlFactory ) : System
controlFactory IControlFactory
리턴 System

RemoveAllHandlers() 공개 메소드

public RemoveAllHandlers ( ) : void
리턴 void

RemoveHandlers() 공개 메소드

public RemoveHandlers ( string operation ) : void
operation string
리턴 void