C# Class Habanero.Faces.Base.FileChooserManager

This manager groups common logic for IFileChooser objects. Do not use this object in working code - rather call CreateFileChooser in the appropriate control factory.
Mostra file Open project: Chillisoft/habanero.faces Class Usage Examples

Public Methods

Method Description
FileChooserManager ( IControlFactory controlFactory, IFileChooser fileChooser )

Constructs the FileChooserManager

Method Details

FileChooserManager() public method

Constructs the FileChooserManager
public FileChooserManager ( IControlFactory controlFactory, IFileChooser fileChooser )
controlFactory IControlFactory
fileChooser IFileChooser