o
Tag spinner




Tag Information
Tag Classorg.openfaces.taglib.jsp.input.SpinnerJspTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
accesskeyfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullAn access key for the Spinner component.
bindingfalsejavax.el.ValueExpression
(must evaluate to org.openfaces.component.input.Spinner)
onlynullA value-binding expression that associates the Spinner with a backing bean property.
buttonAlignmentfalsejavax.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"
buttonClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for increase/decrease value buttons.
buttonStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for increase/decrease value buttons.
cycledfalsejavax.el.ValueExpression
(must evaluate to boolean)
truefalseNo Description
decreaseButtonImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
disabledfalsejavax.el.ValueExpression
(must evaluate to boolean)
truefalseA flag that enables or disables the component.
disabledButtonClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for increase/decrease value buttons in the disabled state.
disabledButtonStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for increase/decrease value buttons in the disabled state.
disabledClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the entire Spinner component in the disabled state.
disabledDecreaseButtonImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
disabledFieldClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the text field in the disabled state.
disabledFieldStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the text field in the disabled state.
disabledIncreaseButtonImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
disabledStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the entire Spinner component in the disabled state.
fieldClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the text field.
fieldStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the text field.
focusedClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name of the Spinner component when it is focused.
focusedStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style of the Spinner component when it is focused.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
falsenullThe component identifier.
increaseButtonImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
labelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA localized user presentable name for this component. Used when constructing validation messages for this component in the same way as for the standard component.
maxValuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
truenullNo Description
minValuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
truenullNo Description
onblurfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the Spinner loses focus.
onchangefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the Spinner's value has changed.
onchangefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user change the Spinner value.
onclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the Spinner.
oncontextmenufalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript 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).
ondblclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user double-clicks the left mouse button over the Spinner.
onfocusfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the Spinner receives focus.
onkeydownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user presses a key over the Spinner.
onkeypressfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user presses and releases a key over the Spinner.
onkeyupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user releases a key over the Spinner.
onmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user clicks over the Spinner with either mouse button.
onmousemovefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer over the Spinner.
onmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer away from the Spinner.
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer onto the Spinner.
onmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user releases the mouse button over the Spinner.
pressedButtonClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for increase/decrease value buttons in the pressed state.
pressedButtonStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for increase/decrease value buttons in the pressed state.
promptTextfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullThis prompt text will be shown when value of component is empty.
promptTextClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the prompt text.
promptTextStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the prompt text.
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
truefalseA flag that indicates whether or not the component is visible.
requiredfalsejavax.el.ValueExpression
(must evaluate to boolean)
truefalseA flag that indicates whether or not the Spinner requires a value.
rolloverButtonClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for increase/decrease value buttons in the rollover state.
rolloverButtonStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for increase/decrease value buttons in the rollover state.
rolloverClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the entire Spinner component in the rollover state.
rolloverFieldClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the text field in the rollover state.
rolloverFieldStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the text field in the rollover state.
rolloverStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the entire Spinner component in the rollover state.
stepfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
truenullNo Description
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the entire Spinner component.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the entire Spinner component.
tabindexfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullPosition of the component in the focus transition chain for the current document.
titlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullAn advisory title for the text field of the Spinner component.
typingAllowedfalsejavax.el.ValueExpression
(must evaluate to boolean)
truetrueAllows 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.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
truenullThe current value of the Spinner component that is displayed in the text field.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.