C# 클래스 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).
상속: StringComboBoxFilter
파일 보기 프로젝트 열기: Chillisoft/habanero.faces 1 사용 예제들

공개 메소드들

메소드 설명
BoolComboBoxFilter ( IControlFactory controlFactory, string propertyName ) : System

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

메소드 상세

BoolComboBoxFilter() 공개 메소드

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