| |||||||
| FRAMES NO FRAMES | |||||||
| Tag Information | |
| Tag Class | org.openfaces.taglib.jsp.input.SpinnerJspTag |
| 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 Spinner component. |
| binding | false | javax.el.ValueExpression
(must evaluate to org.openfaces.component.input.Spinner)
| only | null | A value-binding expression that associates the Spinner with a backing bean property. |
| buttonAlignment | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
| true | "right" | Defines whether the buttons 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 increase/decrease value buttons. |
| buttonStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A style for increase/decrease value buttons. |
| cycled | false | javax.el.ValueExpression
(must evaluate to boolean)
| true | false | No Description |
| decreaseButtonImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | No Description |
| disabled | false | javax.el.ValueExpression
(must evaluate to boolean)
| true | false | A flag that enables or disables the component. |
| disabledButtonClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A CSS class name for increase/decrease value buttons in the disabled state. |
| disabledButtonStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A style for increase/decrease value buttons in the disabled state. |
| disabledClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A CSS class name for the entire Spinner component in the disabled state. |
| disabledDecreaseButtonImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | No Description |
| disabledFieldClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A CSS class name for the text field in the disabled state. |
| disabledFieldStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A style for the text field in the disabled state. |
| disabledIncreaseButtonImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | No Description |
| disabledStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A style for the entire Spinner component in the disabled state. |
| 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 Spinner component when it is focused. |
| focusedStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A style of the Spinner component when it is focused. |
| id | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| false | null | The component identifier. |
| increaseButtonImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | No Description |
| label | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A localized user presentable name for this component. Used when constructing validation messages for this component in the same way as for the standard |
| maxValue | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
| true | null | No Description |
| minValue | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
| true | null | No Description |
| onblur | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed when the Spinner loses focus. |
| onchange | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed on the client when the Spinner's value has changed. |
| onchange | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed when the user change the Spinner value. |
| onclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed on the client when the user clicks the left mouse button over the Spinner. |
| oncontextmenu | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed when the user presses right mouse button over the component (or performs the other context menu invocation action depending on the platform). |
| ondblclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed on the client when the user double-clicks the left mouse button over the Spinner. |
| onfocus | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed when the Spinner receives focus. |
| onkeydown | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed when the user presses a key over the Spinner. |
| onkeypress | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed on the client when the user presses and releases a key over the Spinner. |
| onkeyup | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed when the user releases a key over the Spinner. |
| onmousedown | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed when the user clicks over the Spinner with either mouse button. |
| onmousemove | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed when the user moves the mouse pointer over the Spinner. |
| onmouseout | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed when the user moves the mouse pointer away from the Spinner. |
| onmouseover | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed when the user moves the mouse pointer onto the Spinner. |
| onmouseup | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed when the user releases the mouse button over the Spinner. |
| pressedButtonClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A CSS class name for increase/decrease value buttons in the pressed state. |
| pressedButtonStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A style for increase/decrease value buttons 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. |
| rendered | false | javax.el.ValueExpression
(must evaluate to boolean)
| true | false | A flag that indicates whether or not the component is visible. |
| required | false | javax.el.ValueExpression
(must evaluate to boolean)
| true | false | A flag that indicates whether or not the Spinner requires a value. |
| rolloverButtonClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A CSS class name for increase/decrease value buttons in the rollover state. |
| rolloverButtonStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A style for increase/decrease value buttons in the rollover state. |
| rolloverClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A CSS class name for the entire Spinner 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. |
| rolloverStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A style for the entire Spinner component in the rollover state. |
| step | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
| true | null | No Description |
| style | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A style for the entire Spinner component. |
| styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A CSS class name for the entire Spinner 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 text field of the Spinner component. |
| typingAllowed | false | javax.el.ValueExpression
(must evaluate to boolean)
| true | true | Allows disabling typing in the the value with keyboard so the user will only be able to use the up/down butttons to select the value if this attribute is set to false. |
| value | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | The current value of the Spinner component that is displayed in the text field. |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||