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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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