| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.filter.ComboBoxFilterJspTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
allRecordsText | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "<All>" | Text that is displayed instead of " |
binding | false | javax.el.ValueExpression
(must evaluate to org.openfaces.component.table.DataTable )
| only | null | A value-binding expression that associates the component with a backing bean property. |
caseSensitive | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | Specifies whether letter case should be exactly matched when obtaining filtering results. |
condition | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| false | null | The filtering condition that should be used for comparing the values specified in this filter component to the values specified in data records. It should have a format of " Available values are: "equals" "contains" "beginsWith" "endsWith" "less" "greater" "lessOrEqual" "greaterOrEqual" "not equals" "not contains" "not beginsWith" "not endsWith" |
converter | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A converter for the filter value. Should be specified as a value-binding expression or converter identifier. |
dir | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "LTR" | The base direction of directionally neutral text. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left). Available values are: "LTR" — left to right "RTL" — right to left |
emptyRecordsText | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "<Empty>" | Text that is displayed instead of " |
expression | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| only | null | Defines an expression that is used to obtain a record's value by which records are to be filtered. |
for | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| false | null | ID of a filterable component that should be filtered with this component. It should be defined in the same way as the "for" property of the standard HTMLOutputLabel component. If this attribute is not specified then this filter component should be located inside of a filterable component (DataTable or TreeTable). |
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| false | null | The component identifier. |
lang | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Language code for this component. Rendered as the HTML lang attribute. |
nonEmptyRecordsText | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "<Non-empty>" | Text that is displayed instead of " |
options | false | javax.el.ValueExpression
(must evaluate to java.util.Collection )
| only | null | The filtering options that appear in the filter's drop-down list instead of displaying all of the possible values. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the entire filter component. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the entire filter component. |
value | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| only | null | The current filtering criterion selected in this filter component. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |