p

Tag orderList

Component Information 
InfoValue
Component Typeorg.primefaces.component.OrderList
Handler ClassNone
Renderer Typeorg.primefaces.component.OrderListRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
controlsLocationfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Location of the order controls, valid values are "left" (default), "right" and none.
converterfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.convert.Converter)
An el expression or a literal text that defines a converter for the component. When it's an EL expression, it's resolved to a converter instance. In case it's a static text, it must refer to a converter id.
converterMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when conversion fails.
disabledfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Disables the component.
effectfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the animation to display. Default is fade.
flexfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Use modern PrimeFlex-Grid instead of classic Grid CSS.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
immediatefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When set true, process validations logic is executed at apply request values phase for this component. Default is false.
itemLabelfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Label of an item.
itemValuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Value of an item.
moveBottomLabelfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Text of move bottom button. Default is "Move Bottom".
moveDownLabelfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Text of move down button. Default is "Move Down".
moveTopLabelfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Text of move top button. Default is "Move Top".
moveUpLabelfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Text of move up button. Default is "Move Up".
renderedfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value to specify the rendering of the component, when set to false component will not be rendered.
requiredfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Marks component as required.
requiredMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when required field validation fails.
responsivefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
In responsive mode, orderList adjusts itself based on screen width.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style of the main container.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the main container.
validatorfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.validator.Validator)
A method expression referring to a method validating the input.
validatorMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when validation fails.
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Value of the component.
valueChangeListenerfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.event.ValueChangeListener)
A method binding expression referring to a method for handling a valuchangeevent.
varfalsejava.lang.String Name of the iterator variable that references each element in the data set.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.