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