RichFaces ( Legacy URL )
Tag comboBox




Tag Information
Tag Classorg.richfaces.taglib.ComboBoxTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
accesskeyfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
This attribute assigns an access key to an element. An access key is a single character from the document character set. Note: Authors should consider the input method of the expected reader when specifying an accesskey
alignfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
left|center|right|justify [CI] Deprecated. This attribute specifies the horizontal alignment of its element with respect to the surrounding context. Possible values: * left: text lines are rendered flush left. * center: text lines are centered. * right: text lines are rendered flush right. * justify: text lines are justified to both margins. The default depends on the base text direction. For left to right text, the default is align=left, while for right to left text, the default is align=right
altfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
For a user agents that cannot display images, forms, or applets, this attribute specifies alternate text. The language of the alternate text is specified by the lang attribute
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The attribute takes a value-binding expression for a component property of a backing bean
buttonClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style Class attribute for the button
buttonDisabledClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style Class attribute for the disabled button
buttonDisabledStylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to disabled button
buttonIconfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines icon for the button element
buttonIconDisabledfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines disabled icon for the button element
buttonIconInactivefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines inactive icon for the button element
buttonInactiveClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style Class attribute for the inactive button
buttonInactiveStylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to inactive button
buttonStylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to button
converterfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.convert.Converter)
Id of Converter to be used or reference to a Converter
converterMessagefalsefalsejavax.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
defaultLabelfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines default label for the input field element
directInputSuggestionsfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines the first value from the suggested in input field
disabledfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
When set for a form control, this boolean attribute disables the control for your input
enableManualInputfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
enabled for keybord input, if "false" keybord input will be locked
filterNewValuesfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines the appearance of values in the list
hideDelayfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Delay between losing focus and popup list closing
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
immediatefalsefalsejavax.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
inputClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style Class attribute for the input field
inputDisabledClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style Class attribute for the disabled input
inputDisabledStylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to disabled input
inputInactiveClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style Class attribute for the inactive input
inputInactiveStylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to inactive input
inputStylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to input field
itemClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style Class attribute for the items
itemSelectedClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style Class attribute for the selected item
listClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style Class attribute for the popup list
listHeightfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines height of file popup list
listStylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to popup list
listWidthfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines width of file popup list
localValueSetfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
localValueSet
maxlengthfalsefalsejavax.el.ValueExpression
(must evaluate to int)
When the type attribute has the value "text" or "password", this attribute specifies the maximum number of characters you may enter. This number may exceed the specified size, in which case the user agent should offer a scrolling mechanism. The default value for this attribute is an unlimited number
onblurfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: script expression; the element lost the focus
onchangefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: script expression; the element value was changed
onclickfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer button is clicked
ondblclickfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer button is double-clicked
onfocusfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: script expression; the element got the focus
onkeydownfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a key is pressed down
onkeypressfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a key is pressed and released
onkeyupfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a key is released
onlistcallfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A JavaScript event handler called on a list call operation
onmousedownfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: script expression; a pointer button is pressed down
onmousemovefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer is moved within
onmouseoutfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer is moved away
onmouseoverfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer is moved onto
onmouseupfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: script expression; a pointer button is released
onselectfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: script expression; The onselect event occurs when you select some text in a text field. This attribute may be used with the INPUT and TEXTAREA elements
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered
requiredfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If "true", this component is checked for non-empty input
requiredMessagefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A ValueExpression enabled attribute that, if present, will be used as the text of the validation message for the "required" facility, if the "required" facility is used
selectFirstOnUpdatefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if the first value from suggested is selected in popup list
showDelayfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Delay between event and popup list showing
sizefalsefalsejavax.el.ValueExpression
(must evaluate to int)
This attribute tells the user agent the initial width of the control. The width is given in pixels except when type attribute has the value "text" or "password". In that case, its value refers to the (integer) number of characters
stylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) is/are to be applied when this component is rendered
styleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Corresponds to the HTML class attribute
suggestionValuesfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Defines the suggestion collection
tabindexfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
This attribute specifies the position of the current element in the tabbing order for the current document. This value must be a number between 0 and 32767. User agents should ignore leading zeros
validfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
valid
validatorfalsefalsejavax.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
validatorMessagefalsefalsejavax.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
valuefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The initial value to set when rendered for the first time
valueChangeListenerfalsefalsejavax.el.MethodExpression
(signature must match void valueChangeListener(javax.faces.event.ValueChangeEvent))
Listener for value changes
widthfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Width of the component

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.