Tag Information
Tag Class org.richfaces.taglib.ListShuttleTag
TagExtraInfo Class None
Body Content JSP
Display Name None
Attributes
Name Required Request-time Type Description
moveControlsVisible false false java.lang.String If "false", 'Copy' and 'Remove' controls aren't displayed
orderControlsVisible false false java.lang.String If "false", 'Up' and 'Down' controls aren't displayed.
sourceListWidth false false java.lang.String Defines width of a source list
stateVar false false java.lang.String The attribute provides access to a component state on the client side
removeControlLabel false false java.lang.String Defines a label for a remove control
rowKeyVar false false java.lang.String The attribute provides access to a row key in a Request scope
id false false java.lang.String Every component may have a unique id that is automatically created if omitted
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
copyControlLabel false false java.lang.String Defines a label for a copy control
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 table
converter false false java.lang.String Id of Converter to be used or reference to a Converter
columnClasses false false java.lang.String ${prop.xmlEncodedDescription}
showButtonLabels false false java.lang.String Shows a label for a button
first false false java.lang.String A zero-relative row number of the first row to display
targetCaptionLabel false false java.lang.String Defines target list caption representation text
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
sourceCaptionLabel false false java.lang.String Defines source list caption representation text
binding false false java.lang.String The attribute takes a value-binding expression for a component property of a backing bean
activeItem false false java.lang.String Stores active item
upControlLabel false false java.lang.String Defines a label for an "Up" control
rowClasses false false java.lang.String ${prop.xmlEncodedDescription}
targetListWidth false false java.lang.String Defines width of a target list
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
listsHeight false false java.lang.String Defines height of the list
styleClass false false java.lang.String Corresponds to the HTML class attribute
ajaxKeys false false java.lang.String Defines strings that are updated after an Ajax request
onorderchanged false false java.lang.String HTML: script expression; called after ordering action
copyAllControlLabel false false java.lang.String Defines a label for a copyAll control
sourceSelection false false java.lang.String Manages selection in a source list from the server side
bottomControlLabel false false java.lang.String Defines a label for a bottom control
sourceValue false false java.lang.String Define the collection to be shown in source list
removeAllControlLabel false false java.lang.String Defines a label for a removeAll control
targetValue false false java.lang.String Define the collection to be shown in target list
required false false java.lang.String If "true", this component is checked for non-empty input
onlistchanged false false java.lang.String ${prop.xmlEncodedDescription}
targetSelection false false java.lang.String Manages selection in a target list from the server side
valueChangeListener false false java.lang.String Listener for value changes
topControlLabel false false java.lang.String Defines a label for a "Top" control
switchByClick false false java.lang.String If "true", dragging between lists realized by click
fastMoveControlsVisible false false java.lang.String If "false", 'Copy All' and 'Remove All' controls aren't displayed
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
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.