@Generated(value={"RichFaces CDK","4.5.0-SNAPSHOT"}) public class UIPickList extends AbstractPickList implements javax.faces.component.behavior.ClientBehaviorHolder, EventsKeyProps, EventsMouseProps, MultiSelectProps
The <rich:pickList> is a component for selecting items from a list. Additionally, it allows for the selected items to be ordered (client-side). From the client side perspective, items are added/removed from the source list, and removed/added to the target list.
| Modifier and Type | Class and Description |
|---|---|
protected static class |
UIPickList.Properties |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
UIPickList() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActiveClass()
Space-separated list of CSS style class(es) to be applied to the list element when it is in the "active" state.
|
String |
getAddAllText()
The text to display in the add-all button
|
String |
getAddText()
The text to display in the add button
|
String |
getChangedClass()
Space-separated list of CSS style class(es) to be applied to the list element when it is in the "changed" state.
|
Object |
getCollectionType()
Optional attribute that is a literal string that is the fully qualified class name of a concrete class that
implements java.util.Collection, or an EL expression that evaluates to either 1.
|
String |
getColumnClasses()
Space-separated list of CSS style class(es) to be applied to the columns of the list elements.
|
String |
getDefaultEventName() |
String |
getDefaultLabel()
Used to set the display text when value is undefined
|
String |
getDisabledClass()
Space-separated list of CSS style class(es) to be applied to the list element when it is disabled.
|
String |
getDownBottomText()
The text to display in the move-to-bottom button
|
String |
getDownText()
The text to display in the move-down button
|
Collection<String> |
getEventNames() |
String |
getFamily() |
String |
getHeaderClass()
Space-separated list of CSS style class(es) to be applied to the header element.
|
String |
getItemClass()
Space-separated list of CSS style class(es) to be applied to the list items.
|
String |
getListClass()
Space-separated list of CSS style class(es) to be applied to the list element.
|
String |
getListHeight()
The height of the list element (in pixels)
|
String |
getListWidth()
The width of the list element (in pixels)
|
String |
getMaxListHeight()
The maximum height of the item list (in pixels).
|
String |
getMinListHeight()
The minimum height of the item list (in pixels).
|
String |
getOnadditems()
Javascript code executed when items are removed from the source list, and added to the target list
|
String |
getOnblur()
Javascript code executed when this element loses focus.
|
String |
getOnchange()
Javascript code executed when the list element loses focus and its value has been modified since gaining focus.
|
String |
getOnclick()
Javascript code executed when a pointer button is clicked over this element.
|
String |
getOndblclick()
Javascript code executed when a pointer button is double clicked over this element.
|
String |
getOnfocus()
Javascript code executed when this element receives focus
|
String |
getOnkeydown()
Javascript code executed when a key is pressed down over this element.
|
String |
getOnkeypress()
Javascript code executed when a key is pressed and released over this element.
|
String |
getOnkeyup()
Javascript code executed when a key is released over this element.
|
String |
getOnmousedown()
Javascript code executed when a pointer button is pressed down over this element.
|
String |
getOnmousemove()
Javascript code executed when a pointer button is moved within this element.
|
String |
getOnmouseout()
Javascript code executed when a pointer button is moved away from this element.
|
String |
getOnmouseover()
Javascript code executed when a pointer button is moved onto this element.
|
String |
getOnmouseup()
Javascript code executed when a pointer button is released over this element.
|
String |
getOnremoveitems()
Javascript code executed when items are removed from the target list, and added to the source list
|
String |
getOnsourceblur()
Javascript code executed when the source list element loses focus.
|
String |
getOnsourceclick()
Javascript code executed when a pointer button is clicked over the source list element .
|
String |
getOnsourcedblclick()
Javascript code executed when a pointer button is double clicked over the source list element .
|
String |
getOnsourcefocus()
Javascript code executed when the source list element receives focus.
|
String |
getOnsourcekeydown()
Javascript code executed when a key is pressed down over the source list element .
|
String |
getOnsourcekeypress()
Javascript code executed when a key is pressed and released over the source list element .
|
String |
getOnsourcekeyup()
Javascript code executed when a key is released over the source list element .
|
String |
getOnsourcemousedown()
Javascript code executed when a pointer button is pressed down over the source list element .
|
String |
getOnsourcemousemove()
Javascript code executed when a pointer button is moved within the source list element .
|
String |
getOnsourcemouseout()
Javascript code executed when a pointer button is moved away from the source list element .
|
String |
getOnsourcemouseover()
Javascript code executed when a pointer button is moved onto the source list element .
|
String |
getOnsourcemouseup()
Javascript code executed when a pointer button is released over the source list element .
|
String |
getOntargetblur()
Javascript code executed when the target list element loses focus.
|
String |
getOntargetclick()
Javascript code executed when a pointer button is clicked over the target list element .
|
String |
getOntargetdblclick()
Javascript code executed when a pointer button is double clicked over the target list element .
|
String |
getOntargetfocus()
Javascript code executed when the target list element receives focus.
|
String |
getOntargetkeydown()
Javascript code executed when a key is pressed down over the target list element .
|
String |
getOntargetkeypress()
Javascript code executed when a key is pressed and released over the target list element .
|
String |
getOntargetkeyup()
Javascript code executed when a key is released over the target list element .
|
String |
getOntargetmousedown()
Javascript code executed when a pointer button is pressed down over the target list element .
|
String |
getOntargetmousemove()
Javascript code executed when a pointer button is moved within the target list element .
|
String |
getOntargetmouseout()
Javascript code executed when a pointer button is moved away from the target list element .
|
String |
getOntargetmouseover()
Javascript code executed when a pointer button is moved onto the target list element .
|
String |
getOntargetmouseup()
Javascript code executed when a pointer button is released over the target list element .
|
String |
getRemoveAllText()
The text to display in the remove-all button
|
String |
getRemoveText()
The text to display in the remove button
|
String |
getSelectItemClass()
Space-separated list of CSS style class(es) to be applied to the selected list item.
|
String |
getSourceCaption()
The text placed above the source list of items
|
String |
getStyle()
CSS style(s) to be applied when this component is rendered.
|
String |
getStyleClass()
Space-separated list of CSS style class(es) to be applied when this element is rendered.
|
String |
getTargetCaption()
The text placed above the target list of items
|
String |
getUpText()
The text to display in the move-up button
|
String |
getUpTopText()
The text to display in the move-to-top button
|
String |
getVar()
Expose the value from the value attribute under this request scoped key so that it may be referred to in EL for the value of other attributes.
|
boolean |
isDisabled()
Flag indicating that this element must never receive focus or be included in a subsequent submit.
|
boolean |
isKeepSourceOrder()
If "true" the items in the source list will remain sorted when items are added back to it.
|
boolean |
isOrderable()
If "true", then the target list is orderable, and the ordering controls are displayed
|
boolean |
isShowButton() |
boolean |
isSwitchByClick()
if "true", then clicking an item moves it from one list to another
|
boolean |
isSwitchByDblClick()
if "true", then double-clicking an item moves it from one list to another
|
void |
setActiveClass(String activeClass) |
void |
setAddAllText(String addAllText) |
void |
setAddText(String addText) |
void |
setChangedClass(String changedClass) |
void |
setCollectionType(Object collectionType) |
void |
setColumnClasses(String columnClasses) |
void |
setDefaultLabel(String defaultLabel) |
void |
setDisabled(boolean disabled) |
void |
setDisabledClass(String disabledClass) |
void |
setDownBottomText(String downBottomText) |
void |
setDownText(String downText) |
void |
setHeaderClass(String headerClass) |
void |
setItemClass(String itemClass) |
void |
setKeepSourceOrder(boolean keepSourceOrder) |
void |
setListClass(String listClass) |
void |
setListHeight(String listHeight) |
void |
setListWidth(String listWidth) |
void |
setMaxListHeight(String maxListHeight) |
void |
setMinListHeight(String minListHeight) |
void |
setOnadditems(String onadditems) |
void |
setOnblur(String onblur) |
void |
setOnchange(String onchange) |
void |
setOnclick(String onclick) |
void |
setOndblclick(String ondblclick) |
void |
setOnfocus(String onfocus) |
void |
setOnkeydown(String onkeydown) |
void |
setOnkeypress(String onkeypress) |
void |
setOnkeyup(String onkeyup) |
void |
setOnmousedown(String onmousedown) |
void |
setOnmousemove(String onmousemove) |
void |
setOnmouseout(String onmouseout) |
void |
setOnmouseover(String onmouseover) |
void |
setOnmouseup(String onmouseup) |
void |
setOnremoveitems(String onremoveitems) |
void |
setOnsourceblur(String onsourceblur) |
void |
setOnsourceclick(String onsourceclick) |
void |
setOnsourcedblclick(String onsourcedblclick) |
void |
setOnsourcefocus(String onsourcefocus) |
void |
setOnsourcekeydown(String onsourcekeydown) |
void |
setOnsourcekeypress(String onsourcekeypress) |
void |
setOnsourcekeyup(String onsourcekeyup) |
void |
setOnsourcemousedown(String onsourcemousedown) |
void |
setOnsourcemousemove(String onsourcemousemove) |
void |
setOnsourcemouseout(String onsourcemouseout) |
void |
setOnsourcemouseover(String onsourcemouseover) |
void |
setOnsourcemouseup(String onsourcemouseup) |
void |
setOntargetblur(String ontargetblur) |
void |
setOntargetclick(String ontargetclick) |
void |
setOntargetdblclick(String ontargetdblclick) |
void |
setOntargetfocus(String ontargetfocus) |
void |
setOntargetkeydown(String ontargetkeydown) |
void |
setOntargetkeypress(String ontargetkeypress) |
void |
setOntargetkeyup(String ontargetkeyup) |
void |
setOntargetmousedown(String ontargetmousedown) |
void |
setOntargetmousemove(String ontargetmousemove) |
void |
setOntargetmouseout(String ontargetmouseout) |
void |
setOntargetmouseover(String ontargetmouseover) |
void |
setOntargetmouseup(String ontargetmouseup) |
void |
setOrderable(boolean orderable) |
void |
setRemoveAllText(String removeAllText) |
void |
setRemoveText(String removeText) |
void |
setSelectItemClass(String selectItemClass) |
void |
setShowButton(boolean showButton) |
void |
setSourceCaption(String sourceCaption) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setSwitchByClick(boolean switchByClick) |
void |
setSwitchByDblClick(boolean switchByDblClick) |
void |
setTargetCaption(String targetCaption) |
void |
setUpText(String upText) |
void |
setUpTopText(String upTopText) |
void |
setVar(String var) |
compareValuescolumns, validateValuegetSelectedValues, getValueBinding, getValueExpression, setSelectedValues, setValueBinding, setValueExpressionaddValidator, addValueChangeListener, clearInitialState, decode, getConvertedValue, getConverterMessage, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, getValueChangeListener, getValueChangeListeners, isEmpty, isImmediate, isLocalValueSet, isRequired, isValid, markInitialState, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, resetValue, restoreState, saveState, setConverterMessage, setImmediate, setLocalValueSet, setRequired, setRequiredMessage, setSubmittedValue, setValid, setValidator, setValidatorMessage, setValue, setValueChangeListener, updateModel, validategetConverter, getLocalValue, getValue, setConverteraddClientBehavior, addFacesListener, broadcast, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, visitTreeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily in class javax.faces.component.UISelectManypublic Collection<String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic String getDefaultEventName()
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHoldergetDefaultEventName in class javax.faces.component.UIComponentBasepublic String getActiveClass()
SelectPropsgetActiveClass in interface MultiSelectPropsgetActiveClass in interface SelectPropspublic void setActiveClass(String activeClass)
public String getAddAllText()
AbstractPickListgetAddAllText in class AbstractPickListpublic void setAddAllText(String addAllText)
public String getAddText()
AbstractPickListgetAddText in class AbstractPickListpublic void setAddText(String addText)
public String getChangedClass()
SelectPropsgetChangedClass in interface MultiSelectPropsgetChangedClass in interface SelectPropspublic void setChangedClass(String changedClass)
public Object getCollectionType()
MultiSelectPropsgetCollectionType in interface MultiSelectPropspublic void setCollectionType(Object collectionType)
public String getColumnClasses()
MultiSelectPropsgetColumnClasses in interface MultiSelectPropspublic void setColumnClasses(String columnClasses)
public String getDefaultLabel()
SelectPropsgetDefaultLabel in interface MultiSelectPropsgetDefaultLabel in interface SelectPropspublic void setDefaultLabel(String defaultLabel)
public boolean isDisabled()
DisabledPropsisDisabled in interface DisabledPropspublic void setDisabled(boolean disabled)
public String getDisabledClass()
SelectPropsgetDisabledClass in interface SelectPropspublic void setDisabledClass(String disabledClass)
public String getDownBottomText()
AbstractOrderingComponentgetDownBottomText in class AbstractOrderingComponentpublic void setDownBottomText(String downBottomText)
public String getDownText()
AbstractOrderingComponentgetDownText in class AbstractOrderingComponentpublic void setDownText(String downText)
public String getHeaderClass()
MultiSelectPropsgetHeaderClass in interface MultiSelectPropspublic void setHeaderClass(String headerClass)
public String getItemClass()
SelectPropsgetItemClass in interface SelectPropspublic void setItemClass(String itemClass)
public boolean isKeepSourceOrder()
AbstractPickListIf "true" the items in the source list will remain sorted when items are added back to it.
Default is "false"
isKeepSourceOrder in class AbstractPickListpublic void setKeepSourceOrder(boolean keepSourceOrder)
public String getListClass()
SelectPropsgetListClass in interface MultiSelectPropsgetListClass in interface SelectPropspublic void setListClass(String listClass)
public String getListHeight()
SelectPropsgetListHeight in interface SelectPropspublic void setListHeight(String listHeight)
public String getListWidth()
SelectPropsgetListWidth in interface SelectPropspublic void setListWidth(String listWidth)
public String getMaxListHeight()
MultiSelectPropsgetMaxListHeight in interface MultiSelectPropspublic void setMaxListHeight(String maxListHeight)
public String getMinListHeight()
MultiSelectPropsgetMinListHeight in interface MultiSelectPropspublic void setMinListHeight(String minListHeight)
public String getOnadditems()
AbstractPickListgetOnadditems in class AbstractPickListpublic void setOnadditems(String onadditems)
public String getOnblur()
MultiSelectPropsgetOnblur in interface MultiSelectPropspublic void setOnblur(String onblur)
public String getOnchange()
MultiSelectPropsgetOnchange in interface MultiSelectPropspublic void setOnchange(String onchange)
public String getOnclick()
EventsMousePropsgetOnclick in interface EventsMousePropspublic void setOnclick(String onclick)
public String getOndblclick()
EventsMousePropsgetOndblclick in interface EventsMousePropspublic void setOndblclick(String ondblclick)
public String getOnfocus()
MultiSelectPropsgetOnfocus in interface MultiSelectPropspublic void setOnfocus(String onfocus)
public String getOnkeydown()
EventsKeyPropsgetOnkeydown in interface EventsKeyPropspublic void setOnkeydown(String onkeydown)
public String getOnkeypress()
EventsKeyPropsgetOnkeypress in interface EventsKeyPropspublic void setOnkeypress(String onkeypress)
public String getOnkeyup()
EventsKeyPropsgetOnkeyup in interface EventsKeyPropspublic void setOnkeyup(String onkeyup)
public String getOnmousedown()
EventsMousePropsgetOnmousedown in interface EventsMousePropspublic void setOnmousedown(String onmousedown)
public String getOnmousemove()
EventsMousePropsgetOnmousemove in interface EventsMousePropspublic void setOnmousemove(String onmousemove)
public String getOnmouseout()
EventsMousePropsgetOnmouseout in interface EventsMousePropspublic void setOnmouseout(String onmouseout)
public String getOnmouseover()
EventsMousePropsgetOnmouseover in interface EventsMousePropspublic void setOnmouseover(String onmouseover)
public String getOnmouseup()
EventsMousePropsgetOnmouseup in interface EventsMousePropspublic void setOnmouseup(String onmouseup)
public String getOnremoveitems()
AbstractPickListgetOnremoveitems in class AbstractPickListpublic void setOnremoveitems(String onremoveitems)
public String getOnsourceblur()
AbstractPickListgetOnsourceblur in class AbstractPickListpublic void setOnsourceblur(String onsourceblur)
public String getOnsourceclick()
AbstractPickListgetOnsourceclick in class AbstractPickListpublic void setOnsourceclick(String onsourceclick)
public String getOnsourcedblclick()
AbstractPickListgetOnsourcedblclick in class AbstractPickListpublic void setOnsourcedblclick(String onsourcedblclick)
public String getOnsourcefocus()
AbstractPickListgetOnsourcefocus in class AbstractPickListpublic void setOnsourcefocus(String onsourcefocus)
public String getOnsourcekeydown()
AbstractPickListgetOnsourcekeydown in class AbstractPickListpublic void setOnsourcekeydown(String onsourcekeydown)
public String getOnsourcekeypress()
AbstractPickListgetOnsourcekeypress in class AbstractPickListpublic void setOnsourcekeypress(String onsourcekeypress)
public String getOnsourcekeyup()
AbstractPickListgetOnsourcekeyup in class AbstractPickListpublic void setOnsourcekeyup(String onsourcekeyup)
public String getOnsourcemousedown()
AbstractPickListgetOnsourcemousedown in class AbstractPickListpublic void setOnsourcemousedown(String onsourcemousedown)
public String getOnsourcemousemove()
AbstractPickListgetOnsourcemousemove in class AbstractPickListpublic void setOnsourcemousemove(String onsourcemousemove)
public String getOnsourcemouseout()
AbstractPickListgetOnsourcemouseout in class AbstractPickListpublic void setOnsourcemouseout(String onsourcemouseout)
public String getOnsourcemouseover()
AbstractPickListgetOnsourcemouseover in class AbstractPickListpublic void setOnsourcemouseover(String onsourcemouseover)
public String getOnsourcemouseup()
AbstractPickListgetOnsourcemouseup in class AbstractPickListpublic void setOnsourcemouseup(String onsourcemouseup)
public String getOntargetblur()
AbstractPickListgetOntargetblur in class AbstractPickListpublic void setOntargetblur(String ontargetblur)
public String getOntargetclick()
AbstractPickListgetOntargetclick in class AbstractPickListpublic void setOntargetclick(String ontargetclick)
public String getOntargetdblclick()
AbstractPickListgetOntargetdblclick in class AbstractPickListpublic void setOntargetdblclick(String ontargetdblclick)
public String getOntargetfocus()
AbstractPickListgetOntargetfocus in class AbstractPickListpublic void setOntargetfocus(String ontargetfocus)
public String getOntargetkeydown()
AbstractPickListgetOntargetkeydown in class AbstractPickListpublic void setOntargetkeydown(String ontargetkeydown)
public String getOntargetkeypress()
AbstractPickListgetOntargetkeypress in class AbstractPickListpublic void setOntargetkeypress(String ontargetkeypress)
public String getOntargetkeyup()
AbstractPickListgetOntargetkeyup in class AbstractPickListpublic void setOntargetkeyup(String ontargetkeyup)
public String getOntargetmousedown()
AbstractPickListgetOntargetmousedown in class AbstractPickListpublic void setOntargetmousedown(String ontargetmousedown)
public String getOntargetmousemove()
AbstractPickListgetOntargetmousemove in class AbstractPickListpublic void setOntargetmousemove(String ontargetmousemove)
public String getOntargetmouseout()
AbstractPickListgetOntargetmouseout in class AbstractPickListpublic void setOntargetmouseout(String ontargetmouseout)
public String getOntargetmouseover()
AbstractPickListgetOntargetmouseover in class AbstractPickListpublic void setOntargetmouseover(String ontargetmouseover)
public String getOntargetmouseup()
AbstractPickListgetOntargetmouseup in class AbstractPickListpublic void setOntargetmouseup(String ontargetmouseup)
public boolean isOrderable()
AbstractPickListIf "true", then the target list is orderable, and the ordering controls are displayed
Default is "false"
isOrderable in class AbstractPickListpublic void setOrderable(boolean orderable)
public String getRemoveAllText()
AbstractPickListgetRemoveAllText in class AbstractPickListpublic void setRemoveAllText(String removeAllText)
public String getRemoveText()
AbstractPickListgetRemoveText in class AbstractPickListpublic void setRemoveText(String removeText)
public String getSelectItemClass()
SelectPropsgetSelectItemClass in interface SelectPropspublic void setSelectItemClass(String selectItemClass)
public boolean isShowButton()
isShowButton in class AbstractOrderingComponentpublic void setShowButton(boolean showButton)
public String getSourceCaption()
AbstractPickListgetSourceCaption in class AbstractPickListpublic void setSourceCaption(String sourceCaption)
public String getStyle()
StylePropsgetStyle in interface StylePropspublic void setStyle(String style)
public String getStyleClass()
StyleClassPropsgetStyleClass in interface StyleClassPropspublic void setStyleClass(String styleClass)
public boolean isSwitchByClick()
AbstractPickListif "true", then clicking an item moves it from one list to another
Default is "false"
isSwitchByClick in class AbstractPickListpublic void setSwitchByClick(boolean switchByClick)
public boolean isSwitchByDblClick()
AbstractPickListif "true", then double-clicking an item moves it from one list to another
Default is "true"
isSwitchByDblClick in class AbstractPickListpublic void setSwitchByDblClick(boolean switchByDblClick)
public String getTargetCaption()
AbstractPickListgetTargetCaption in class AbstractPickListpublic void setTargetCaption(String targetCaption)
public String getUpText()
AbstractOrderingComponentgetUpText in class AbstractOrderingComponentpublic void setUpText(String upText)
public String getUpTopText()
AbstractOrderingComponentgetUpTopText in class AbstractOrderingComponentpublic void setUpTopText(String upTopText)
public String getVar()
MultiSelectPropsgetVar in interface MultiSelectPropspublic void setVar(String var)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.