C# Class Habanero.Faces.VWG.ExtendedTextBoxVWG

A Text Box with a Search Button. This is typically used for cases where there is a large list of potential items and it is not appropriate to use a ComboBox for selecting the items.
Inheritance: UserControlVWG, IExtendedTextBox
Mostrar archivo Open project: Chillisoft/habanero.faces Class Usage Examples

Public Methods

Method Description
ExtendedTextBoxVWG ( ) : System

Constructor with an unspecified Control Factory.

ExtendedTextBoxVWG ( IControlFactory factory ) : System

Constructor with a specified Control Factory

Method Details

ExtendedTextBoxVWG() public method

Constructor with an unspecified Control Factory.
public ExtendedTextBoxVWG ( ) : System
return System

ExtendedTextBoxVWG() public method

Constructor with a specified Control Factory
public ExtendedTextBoxVWG ( IControlFactory factory ) : System
factory IControlFactory
return System