| |||||||
| FRAMES NO FRAMES | |||||||
| Tag Information | |
| Tag Class | org.richfaces.taglib.InplaceSelectTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| binding | false | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
| The attribute takes a value-binding expression for a component property of a backing bean |
| cancelControlIcon | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Defines custom cancel icon |
| changedClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Assigns one or more space-separated CSS class names to the component in the changed state |
| controlClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Assigns one or more space-separated CSS class names to the component controls |
| controlHoverClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Assigns one or more space-separated CSS class names to the component control hovered |
| controlPressClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Assigns one or more space-separated CSS class names to the component control pressed |
| controlsHorizontalPosition | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The attribute positions the controls horizontally. Possible values are "right","center","left". Default value is "right". |
| controlsVerticalPosition | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The attribute positions the controls vertically. Possible values are "bottom","center" and "top". Default value is "center" |
| converter | false | false | javax.el.ValueExpression
(must evaluate to javax.faces.convert.Converter)
| Id of Converter to be used or reference to a Converter |
| converterMessage | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A ValueExpression enabled attribute that, if present, will be used as the text of the converter message, replacing any message that comes from the converter |
| defaultLabel | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The attribute is used to display text while value is undefined |
| editClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Assigns one or more space-separated CSS class names to the component in the edit state |
| editEvent | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The attribute provides an option to assign an JavaScript action that initiates the change of the state. Default value is "onclick". |
| id | false | false | java.lang.String | Every component may have a unique id that is automatically created if omitted |
| immediate | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| A flag indicating that this component value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until a Process Validations phase |
| label | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A localized user presentable name for this component. |
| layout | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Defines how the component is displayed in the layout. Possible values are "block", "inline". Default value is "inline". |
| listHeight | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The attribute defines the height of option list. Default value is "200px". |
| listWidth | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The attribute defines the width of option list. Default value is "200px". |
| maxSelectWidth | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Sets the maximum width of the select element. Default value is "200px". |
| minSelectWidth | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Sets the minimum width of the select element. Default value is "100px". |
| onblur | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when the component loses the focus |
| onchange | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when the component value is changed |
| onclick | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when the element is clicked |
| ondblclick | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when the element is double-clicked |
| oneditactivated | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when the component edit state is activated |
| oneditactivation | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called before the component edit state is activated |
| onfocus | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when the component gets the focus |
| oninputblur | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when the component input field loses the focus |
| oninputclick | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when the input field is clicked |
| oninputdblclick | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when the input field is double-clicked |
| oninputfocus | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when the component input field gets the focus |
| oninputkeydown | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a key is pressed down in the input field |
| oninputkeypress | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a key is pressed and released in the input field |
| oninputkeyup | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a key is released in the input field |
| oninputmousedown | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a mouse button is pressed down in the input field |
| oninputmousemove | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a pointer is moved within the input field |
| oninputmouseout | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a pointer is moved away from the input field |
| oninputmouseover | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a pointer is moved onto the input field |
| oninputmouseup | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a mouse button is released in the input field |
| onkeydown | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a key is pressed down over the element |
| onkeypress | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a key is pressed over the element and released |
| onkeyup | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a key is released |
| onmousedown | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a mouse button is pressed down over the element |
| onmousemove | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a pointer is moved within the element |
| onmouseout | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a pointer is moved away from the element |
| onmouseover | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a pointer is moved onto the element |
| onmouseup | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a mouse button is released |
| onselect | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when some text is selected in the input field |
| onviewactivated | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when the component view state is activated. onviewactivated fires request only if the value is changed |
| onviewactivation | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called before the component view state is activated |
| openOnEdit | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| The attribute opens the list once edit activated. Default value is "true". |
| rendered | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| If "false", this component is not rendered |
| required | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| If "true", this component is checked for non-empty input |
| requiredMessage | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A ValueExpression enabled attribute which defines text of validation message to show, if a required field is missing |
| saveControlIcon | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Defines custom save icon |
| selectWidth | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Sets width of the select element |
| showControls | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| The attribute serves to display "save" and "cancel" controls. Default value is "false". |
| showValueInView | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| If "true", shows the SelectItem labels in the InplaceSelect pull-down list, but displays the value in the field in view mode once an item is selected. Default value is "false" |
| styleClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Assigns one or more space-separated CSS class names to the component. Corresponds to the HTML "class" attribute. |
| tabindex | false | false | javax.el.ValueExpression
(must evaluate to int)
| The attribute serves to define the tabbing order |
| validator | false | false | javax.el.MethodExpression
(signature must match void validator(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.Object))
| MethodBinding pointing at a method that is called during Process Validations phase of the request processing lifecycle, to validate the current value of this component |
| validatorMessage | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A ValueExpression enabled attribute that, if present, will be used as the text of the validator message, replacing any message that comes from the validator |
| value | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
| The current value of this component |
| valueChangeListener | false | false | javax.el.MethodExpression
(signature must match void valueChangeListener(javax.faces.event.ValueChangeEvent))
| Listener for value changes |
| viewClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Assigns one or more space-separated CSS class names to the component in the view state |
| viewHoverClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Assigns one or more space-separated CSS class names to the component hovered in the view state |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||