portal
Tag inputSearch
-
- Description:
-
InputSearch is a UIInput component that renders a text field and optional button for submitting search criteria.
-
- Since:
- 3.2.5-ga6
Info | Value |
---|---|
Component Type | com.liferay.faces.portal.component.inputsearch.InputSearch |
Handler Class | com.liferay.faces.portal.component.inputsearch.internal.InputSearchHandler |
Renderer Type | com.liferay.faces.portal.component.inputsearch.InputSearchRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
action | false | javax.el.MethodExpression
(signature must match java.lang.Object action() )
| A method that is executed when this component is clicked. The method must be public , return an Object , and take no arguments. The toString() method of the returned object is used to determine where to navigate (if at all) after the action has been performed. |
actionListener | false | javax.el.MethodExpression
(signature must match void actionListener(javax.faces.event.ActionEvent) )
| A method that is executed when this component is clicked. The method must be public , return void , and take either no arguments or one ActionEvent argument. |
autoFocus | false | javax.el.ValueExpression
(must evaluate to boolean )
| Sets whether the search field gets focus by default. The default value is false . |
binding | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An EL expression that binds the Java reference to this component in the component tree to a bean property. |
buttonLabel | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Sets the text value for the search button's label. The default value is Search . |
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A unique identifier for this component. |
placeholder | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Sets the placeholder text for the search field. The default value is the value of the buttonLabel attribute. |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| When this flag is true, this component will be rendered to there response. When false, it will not be rendered to the response. The default value of this attribute is true. |
showButton | false | javax.el.ValueExpression
(must evaluate to boolean )
| Sets whether to show the search button. The default value is true . |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML passthrough attribute specifying the css style of the element. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| List of CSS class names (separated by spaces) that are to be rendered within the class attribute. |
title | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Sets the search box's title. |