C# Class Habanero.Faces.Base.BoolComboBoxFilter

FilterControlControl for filtering on a Boolean Property using a ComboBox with True and False instead of a TriState CheckBox. This allows the Developer to set a filter that allows the user to select true, false or nothing. (this is similar to a tristate CheckBox but is usually easier for a user).
Inheritance: StringComboBoxFilter
ファイルを表示 Open project: Chillisoft/habanero.faces Class Usage Examples

Public Methods

Method Description
BoolComboBoxFilter ( IControlFactory controlFactory, string propertyName ) : System

Constructs the ComboBox with True/False and Sets the FilterClauseOperator to Equals.

Method Details

BoolComboBoxFilter() public method

Constructs the ComboBox with True/False and Sets the FilterClauseOperator to Equals.
public BoolComboBoxFilter ( IControlFactory controlFactory, string propertyName ) : System
controlFactory IControlFactory
propertyName string
return System