primefaces-p

Tag pickList

Component Information 
InfoValue
Component Typeorg.primefaces.component.PickList
Handler ClassNone
Renderer Typeorg.primefaces.component.PickListRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
renderedfalsejavax.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.
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Value of the component.
converterfalsejavax.el.ValueExpression
(must evaluate to java.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.
immediatefalsejavax.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.
requiredfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Marks component as required.
validatorfalsejavax.el.ValueExpression
(must evaluate to javax.faces.validator.Validator)
A method expression referring to a method validationg the input.
valueChangeListenerfalsejavax.el.ValueExpression
(must evaluate to javax.faces.event.ValueChangeListener)
A method binding expression referring to a method for handling a valuchangeevent.
requiredMessagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when required field validation fails.
converterMessagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when conversion fails.
validatorMessagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when validation fails.
widgetVarfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.
varfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the iterator.
itemLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Label of an item.
itemValuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Value of an item.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style of the main container.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the main container.
disabledfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Disables the component.
effectfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the animation to display. Default is fade.
effectSpeedfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Speed of the animation. Default is fast.
escapefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if labels of the component are escaped or not.
addLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Text of add button. Default is "Add".
addAllLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Text of add all button. Default is "Add All".
removeLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Text of remove button. Default is "Remove".
removeAllLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Text of remove all button. Default is "Remove All".
moveUpLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Text of move up button. Default is "Move Up".
moveTopLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Text of move top button. Default is "Move Top".
moveDownLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Text of move down button. Default is "Move Down".
moveBottomLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Text of move bottom button. Default is "Move Down".
showSourceControlsfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies visibility of reorder buttons of sourcelist. Default is false.
showTargetControlsfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies visibility of reorder buttons of target list. Default is false.
onTransferfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when an item is transferred from one list to another.
labelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A localized user presentable name.
itemDisabledfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies if an item can be picked or not.
showSourceFilterfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Displays an input filter for source list.
showTargetFilterfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Displays an input filter for target list.
filterMatchModefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Match mode for filtering, valid values are startsWith (default), contains, endsWith and custom.
filterFunctionfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side function to use in custom filterMatchMode.
showCheckboxfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
When true, a checkbox is displayed next to each item.
labelDisplayfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines how the button labels displayed, valid values are "tooltip" (default) and "inline".
orientationfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Displays lists horizontally, valid values are "horizontal" (default) and "vertical".
responsivefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
In responsive mode, component adjusts itself based on screen width.
tabindexfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Position of the element in the tabbing order.
filterEventfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side event to invoke picklist filtering for input fields. Default is keyup.
filterDelayfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Delay to wait in milliseconds before sending each filter query. Default is 300.
escapeValuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if values of the component are escaped or not.

Output generated by Vdldoc View Declaration Language Documentation Generator.