RichFaces
Tag inplaceSelect




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

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The attribute takes a value-binding expression for a component property of a backing bean
cancelControlIconfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines custom cancel icon
changedClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style class for changed state
controlClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style class for controls
controlHoverfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style class for hovered control
controlPressedfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style class for controls pressed
controlsHorizontalPositionfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The attribute postions the controls horizontally
controlsVerticalPositionfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The attribute postions the controls vertically
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)
The attribute is used to display text while value is undefined
editClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style class for edit state
editEventfalsefalsejavax.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
editOnTabfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
The attribute activates edit state once Tab key pressed
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
layoutfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
defines how the component is displayed in the layout, can be block or inline
listHeightfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The attribute defines the height of option list
listWidthfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The attribute defines the withs of option list
maxSelectWidthfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
max width of the select element
minSelectWidthfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
min width of the select element
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
oneditactivatedfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The attributes provide a possibility to assign JavaScript code to be executed when edit state is activated
oneditactivationfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The attributes provide a possibility to assign JavaScript code on edit state activation
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
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
onviewactivatedfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The attributes provide a possibility to assign JavaScript code to be executed when view state is activated
onviewactivationfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The attributes provide a possibility to assign JavaScript code on view state activation
openOnEditfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
The attribure opens the list once edit activated
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
saveControlIconfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines custom save icon
selectOnEditfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
The attribute make the input field select when switched to edit state
selectWidthfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
width of the select element
showControlsfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
The attribute serves to display "save" and "cancel" controls
tabindexfalsefalsejavax.el.ValueExpression
(must evaluate to int)
The attribute serves to define the tabbing order
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
viewClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style class for view state
viewHoverfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style class for hovered text in view state

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.