C# 클래스 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.
파일 보기 프로젝트 열기: Chillisoft/habanero.faces 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CreateAddButton() 공개 메소드

Creates the add button and binds it to the eventHandler
public CreateAddButton ( EventHandler eventHandler ) : void
eventHandler EventHandler
리턴 void

CreateDeleteButton() 공개 메소드

Creates the delete button and binds it to the eventHandler
public CreateDeleteButton ( EventHandler eventHandler ) : void
eventHandler EventHandler
리턴 void

CreateEditButton() 공개 메소드

Creates the Edit button and binds it to the eventHandler
public CreateEditButton ( EventHandler eventHandler ) : void
eventHandler EventHandler
리턴 void

ReadOnlyGridButtonsControlManager() 공개 메소드

Constructor for the ReadOnlyGridButtonsControlManager
public ReadOnlyGridButtonsControlManager ( IReadOnlyGridButtonsControl buttonsControl ) : System
buttonsControl IReadOnlyGridButtonsControl
리턴 System