C# Class Habanero.Faces.Base.StringStaticFilter

This allows the developer to set a filter that is always applied and is not modifiable by or visible to the end user. For example this can be used to show only the Non Archived users.
Inheritance: ICustomFilter
显示文件 Open project: Chillisoft/habanero.faces Class Usage Examples

Public Methods

Method Description
Clear ( ) : void

Clears the IDateRangeComboBox of its value

GetFilterClause ( IFilterClauseFactory filterClauseFactory ) : IFilterClause

Returns the filter clause for this control

StringStaticFilter ( string propertyName, FilterClauseOperator filterClauseOperator, string constantvalue ) : System

Constructor for StringStaticFilter

Private Methods

Method Description
ToPreventCompilerWarning ( ) : void

Method Details

Clear() public method

Clears the IDateRangeComboBox of its value
public Clear ( ) : void
return void

GetFilterClause() public method

Returns the filter clause for this control
public GetFilterClause ( IFilterClauseFactory filterClauseFactory ) : IFilterClause
filterClauseFactory IFilterClauseFactory
return IFilterClause

StringStaticFilter() public method

Constructor for StringStaticFilter
public StringStaticFilter ( string propertyName, FilterClauseOperator filterClauseOperator, string constantvalue ) : System
propertyName string
filterClauseOperator FilterClauseOperator
constantvalue string The Constant Value that is being used in this filter
return System