| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.filter.InputTextFilterJspTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
accesskey | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | An access key for the filter component. |
alt | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Alternate textual description of the element rendered by this component. |
autocomplete | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | Specifies whether the "autocomplete" attribute is rendered for this input element, which makes a browser provide suggestions based on the previosly typed values. |
autoFilterDelay | false | javax.el.ValueExpression
(must evaluate to int )
| true | 700 | Specifies the delay in milliseconds when the filtering is performed automatically after the user has entered some value in the filter, or turns off automatic filtering in case -1 is specified as a value for this attribute. |
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 |
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. |
focusedClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name of the filter component when it is focused. |
focusedStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style of the filter component when it is focused. |
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. |
maxlength | false | javax.el.ValueExpression
(must evaluate to int )
| true | Integer.MIN_VALUE | The maximum number of characters that can be entered in the filter. |
promptText | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | This prompt text will be shown when value of component is empty. |
promptTextClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the prompt text. |
promptTextStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the prompt text. |
rolloverClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the filter component in the rollover state. |
rolloverStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the filter component in the rollover state. |
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. |
tabindex | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Position of the component in the focus transition chain for the current document. |
title | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | An advisory title for the 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 |