RichFaces
Tag orderingList


The <rich:orderingList> is a component for ordering items in a list. This component provides possibilities to reorder a list and sort it on the client side.


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

Attributes
NameRequiredRequest-timeTypeDescription
activeItemfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Stores active item
ajaxKeysfalsefalsejavax.el.ValueExpression
(must evaluate to java.util.Set)
Defines row keys that are updated after an Ajax request
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The attribute takes a value-binding expression for a component property of a backing bean
bottomControlLabelfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines a label for a 'Bottom' control
bottomTitlefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: alt for last button
captionLabelfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines caption representation text
columnClassesfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the columns. If the CSS class names are comma-separated, each class will be assigned to a particular column in the order they follow in the attribute. If you have less class names than columns, the class will be applied to every n-fold column where n is the order in which the class is listed in the attribute. If there are more class names than columns, the overflow ones are ignored.
componentStatefalsefalsejavax.el.ValueExpression
(must evaluate to org.ajax4jsf.model.DataComponentState)
It defines EL-binding for a component state for saving or redefinition
controlsHorizontalAlignfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Controls horizontal rendering. Possible values: "left" - controls should be rendered to the left side of a list. "right"- controls should be rendered to the right side of a list. Default value is "right".
controlsTypefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines type of a control: button or none. Default value is "button".
controlsVerticalAlignfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Controls vertical rendering. Possible values: "top" - controls should be rendered aligned to top side of a list. "bottom" - controls should be rendered aligned to bottom side of a list. "middle" - controls should be rendered centered relatively to a list. Default value is "middle"
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
downControlLabelfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines a label for a 'Down' control
downTitlefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: alt for bottom button
fastOrderControlsVisiblefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If "false", 'Top' and 'Bottom' controls aren't displayed. Default value is "true".
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
labelfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A localized user presentable name for this component.
listHeightfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines height of a list. Default value is "140".
listWidthfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines width of a list. Default value is "140".
onbottomclickfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when the 'Bottom' button is clicked
onclickfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when the component is clicked
ondblclickfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when the component is double-clicked
ondownclickfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when the 'Down' button is clicked
onheaderclickfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when the list header is clicked
onmousemovefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a pointer is moved within the component
onmouseoutfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a pointer is moved away from the component
onmouseoverfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a pointer is moved onto the component
onorderchangefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called before the list order is changed
onorderchangedfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when the list order is changed
ontopclickfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when the 'Top' button is clicked
onupclickfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when the 'Up' button is clicked
orderControlsVisiblefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If "false", 'Up' and 'Down' controls aren't displayed. Default value is "true".
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 which defines text of validation message to show, if a required field is missing
rowClassesfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the rows. If the CSS class names are comma-separated, each class will be assigned to a particular row in the order they follow in the attribute. If you have less class names than rows, the class will be applied to every n-fold row where n is the order in which the class is listed in the attribute. If there are more class names than rows, the overflow ones are ignored.
rowKeyConverterfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.convert.Converter)
Converter for a row key object
rowKeyVarfalsefalsejava.lang.StringThe attribute provides access to a row key in a Request scope
rowsfalsefalsejavax.el.ValueExpression
(must evaluate to int)
A number of rows to display, or zero for all remaining rows in the list
selectionfalsefalsejavax.el.ValueExpression
(must evaluate to java.util.Set)
Collection which stores a set of selected items
showButtonLabelsfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If "true", shows a label for a button. Default value is "true"
stylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to the component
styleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more CSS class names to the component. Corresponds to the HTML "class" attribute.
topControlLabelfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines a label for a 'Top' control
topTitlefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: alt for first button
upControlLabelfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines a label for a 'Up' control
upTitlefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: alt for top button
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)
Defines a List or Array of items to be shown in a list
valueChangeListenerfalsefalsejavax.el.MethodExpression
(signature must match void valueChangeListener(javax.faces.event.ValueChangeEvent))
Listener for value changes
varfalsefalsejava.lang.StringDefines a list on the page

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.