| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.filter.CompositeFilterJspTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
autoDetect | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates whether or not the component should automatically detect a list of properties from a filterable component defined by "for" attribute. |
binding | false | javax.el.ValueExpression
(must evaluate to org.openfaces.component.filter.CompositeFilter )
| only | null | A value-binding expression that associates the CompositeFilter with a backing bean property. |
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. |
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| false | null | The component identifier. |
labels | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| only | null | A map where custom operation name texts can be supplied, e.g. for localization purposes. |
noFilterMessage | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | The text that is displayed by the ??CompositeFilter?? component when no filtering criteria are specified by the user. |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that indicates whether or not the component is visible. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the CompositeFilter. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the CompositeFilter. |
value | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| only | null | Set of criteria. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |