| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.filter.DropDownFieldFilterJspTag |
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. |
allRecordsText | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "<All>" | Text that is displayed instead of " |
autoComplete | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | Specifies whether the field completes incompletely entered text as the user types it. The text is completed to the first drop-down item that starts with the typed text. The part that was added as a result of auto-completion is marked as selected. See also the suggestionMinChars and suggestionDelay attributes which define when auto-completion starts. |
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. |
buttonAlignment | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | "right" | Defines whether the button that opens the drop-down list is positioned to the right or to the left of the text field. Available values are: "left" "right" |
buttonClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the drop-down button. |
buttonImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL of the image file for the drop-down button. |
buttonStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the drop-down button. |
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. |
customValueAllowed | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates whether it is possible to specify only a value that exists in the list of this component's drop-down items ("false"), or whether it is possible to enter any value ("true"). |
disabledButtonImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL of the image file for the drop-down button in the disabled state. |
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. |
fieldClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the text field. |
fieldStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the text field. |
focusedClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name of the DropDownField component when it is focused. |
focusedStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style of the DropDownField 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). |
horizontalGridLines | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for horizontal lines in the drop-down list. Should be specified as the CSS "border" property but without the prefix "border:". |
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| false | null | The component identifier. |
listAlignment | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | "left" | Defines how items in the drop-down list are aligned. Available values are: "left" "right" |
listClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the drop-down list. |
listItemClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for a list item. |
listItemStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for a list item. |
listStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the drop-down list. |
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 field. It is still possible to select any text from the drop-down list no matter how long it is. |
nonEmptyRecordsText | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "<Non-empty>" | Text that is displayed instead of " |
oddListItemClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for an odd list item, if different from listItemClass. |
oddListItemStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for an odd list item, if different from listItemStyle. |
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. |
pressedButtonClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the drop-down button in the pressed state. |
pressedButtonStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the drop-down button in the pressed state. |
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. |
rolloverButtonClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the drop-down button in the rollover state. |
rolloverButtonStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the drop-down button in the rollover state. |
rolloverClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the entire DropDownField component in the rollover state. |
rolloverFieldClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the text field in the rollover state. |
rolloverFieldStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the text field in the rollover state. |
rolloverListClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the drop-down list in the rollover state. |
rolloverListItemClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for a list item in the rollover state. |
rolloverListItemStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for a list item in the rollover state. |
rolloverListStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the drop-down list in the rollover state. |
rolloverStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the entire DropDownField 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. |
suggestionDelay | false | javax.el.ValueExpression
(must evaluate to int )
| true | 0 | The time period in milliseconds that specifies the delay after the last key press that should pass before starting auto-completion or auto-suggestion. This delay can be used to avoid too much Ajax requests to be sent to the server when the user is typing text, and only send one request when the user has stopped typing. |
suggestionMinChars | false | javax.el.ValueExpression
(must evaluate to int )
| true | 0 | The minimal number of characters that should be typed for auto-completion and auto-suggestion features to be activated. |
suggestionMode | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | "stringStart" | Specifies whether and how the drop-down list with suggestions should be shown when typing in the field. Any value except "none" means that suggestions are displayed. See also the suggestionMinChars and suggestionDelay attributes which define when auto-suggestion starts. Note that it's possible to specify all values except the "custom" suggestion mode (which is only available for DropDownField and SuggestionField components). Available values are: "stringStart" — works on the client side. Shows suggestions that begin with the entered value "substring" — works on the client side. Shows suggestions that contain the entered value "stringEnd" — works on the client side. Shows suggestions that end with the entered value "custom" — works on the server side using Ajax. Sends an Ajax request when entering a value and returns a list of suggestions from the server "all" — works on the client side. Shows all drop-down items in the list of suggestions "none" — suggestion mode is turned off |
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. |
timeout | false | javax.el.ValueExpression
(must evaluate to int )
| true | -1 | A time period after which the drop-down list is closed automatically. The value "-1" means that the list does not close automatically. |
title | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | An advisory title for the text field of this 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 |