C# Class Habanero.Faces.Base.InputFormComboBox

Provides a form containing a ComboBox in order to get a single input value back from a user
Show file Open project: Chillisoft/habanero.faces Class Usage Examples

Public Methods

Method Description
CreateControlPanel ( ) : IPanel

Creates the panel on the form

InputFormComboBox ( IControlFactory controlFactory, string message, List choices ) : System

Constructor for InputFormComboBox

ShowDialog ( ) : DialogResult

Shows the form to the user

Private Methods

Method Description
CreateOKCancelForm ( ) : IFormHabanero
GetLongestComboText ( ) : int

Method Details

CreateControlPanel() public method

Creates the panel on the form
public CreateControlPanel ( ) : IPanel
return IPanel

InputFormComboBox() public method

Constructor for InputFormComboBox
public InputFormComboBox ( IControlFactory controlFactory, string message, List choices ) : System
controlFactory IControlFactory
message string
choices List
return System

ShowDialog() public method

Shows the form to the user
public ShowDialog ( ) : DialogResult
return DialogResult