Tag Information
Tag Class org.richfaces.taglib.OrderingListTag
TagExtraInfo Class None
Body Content JSP
Display Name None
Attributes
Name Required Request-time Type Description
orderControlsVisible false false java.lang.String If "false", 'Up' and 'Down' controls aren't displayed.
stateVar false false java.lang.String The attribute provides access to a component state on the client side
rowKeyVar false false java.lang.String The attribute provides access to a row key in a Request scope
sortIconDown false false java.lang.String Specifies an icon for a sorting marker in sorting 'down' position.
id false false java.lang.String Every component may have a unique id that is automatically created if omitted
sortIconUp false false java.lang.String Specifies an icon for a sorting marker in sorting 'up' position.
rowKey false false java.lang.String RowKey is a representation of an identifier for a specific data row
style false false java.lang.String CSS style(s) is/are to be applied when this component is rendered
sortIcon false false java.lang.String Specifies a default icon for a sorting marker in non-sorting position.
listWidth false false java.lang.String Defines width of a list
onmouseover false false java.lang.String HTML: a script expression; a pointer is moved onto
var false false java.lang.String Defines a list on the page
rows false false java.lang.String A number of rows to display, or zero for all remaining rows in the list
converter false false java.lang.String Id of Converter to be used or reference to a Converter
columnClasses false false java.lang.String CSS class for a column
showButtonLabels false false java.lang.String If "true", shows a label for a button
selection false false java.lang.String Collection which stores a set of selected items
onmouseout false false java.lang.String HTML: a script expression; a pointer is moved away
validator false false java.lang.String 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
binding false false java.lang.String The attribute takes a value-binding expression for a component property of a backing bean
onmousemove false false java.lang.String HTML: a script expression; a pointer is moved within
activeItem false false java.lang.String Stores active item
upControlLabel false false java.lang.String Defines a label for a 'Up' control
controlsVerticalAlign false false 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. center(Default) - controls should be rendered centered relatively to a list.
rowClasses false false java.lang.String CSS class for a row
componentState false false java.lang.String It defines EL-binding for a component state for saving or redefinition
rendered false false java.lang.String If "false", this component is not rendered
ontopclick false false java.lang.String A JavaScript event handler; a button "Top" is clicked
onheaderclick false false java.lang.String A JavaScript event handler; a header is clicked
ajaxKeys false false java.lang.String Defines strings that are updated after an Ajax request
styleClass false false java.lang.String Corresponds to the HTML class attribute
onorderchanged false false java.lang.String A JavaScript event handler called on an order operation
onupclick false false java.lang.String HTML: a script expression; a button "Up" is clicked
ondblclick false false java.lang.String HTML: a script expression; a pointer button is double-clicked
bottomControlLabel false false java.lang.String Defines a label for a 'Bottom' control
value false false java.lang.String Define the collection to be shown in a list
required false false java.lang.String If "true", this component is checked for non-empty input
ondownclick false false java.lang.String A JavaScript event handler; a button "Down" is clicked
onclick false false java.lang.String HTML: a script expression; a pointer button is clicked
onbottomclick false false java.lang.String A JavaScript event handler; a button "Bottom" is clicked
valueChangeListener false false java.lang.String Listener for value changes
topControlLabel false false java.lang.String Defines a label for a 'Top' control
immediate false false java.lang.String True means, that the default ActionListener should be executed immediately (i.e. during Apply Request Values phase of the request processing lifecycle), rather than waiting until the Invoke Application phase
controlsHorizontalAlign false false java.lang.String Controls horizontal rendering. Possible values: left - controls should be rendered to the left side of a list. right(Default)- controls should be rendered to the right side of a list.
listHeight false false java.lang.String Defines height of a list
downControlLabel false false java.lang.String Defines a label for a 'Down' control
captionLabel false false java.lang.String Defines caption representation text
fastOrderControlsVisible false false java.lang.String If "false", 'Top' and 'Bottom' controls aren't displayed.
controlsType false false java.lang.String Defines type of a control: button or none.