public abstract class AbstractPickList extends AbstractOrderingComponent implements 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 | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
AbstractPickList() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getAddAllText()
The text to display in the add-all button
|
abstract String |
getAddText()
The text to display in the add button
|
abstract String |
getOnadditems()
Javascript code executed when items are removed from the source list, and added to the target list
|
abstract String |
getOnremoveitems()
Javascript code executed when items are removed from the target list, and added to the source list
|
abstract String |
getOnsourceblur()
Javascript code executed when the source list element loses focus.
|
abstract String |
getOnsourceclick()
Javascript code executed when a pointer button is clicked over the source list element .
|
abstract String |
getOnsourcedblclick()
Javascript code executed when a pointer button is double clicked over the source list element .
|
abstract String |
getOnsourcefocus()
Javascript code executed when the source list element receives focus.
|
abstract String |
getOnsourcekeydown()
Javascript code executed when a key is pressed down over the source list element .
|
abstract String |
getOnsourcekeypress()
Javascript code executed when a key is pressed and released over the source list element .
|
abstract String |
getOnsourcekeyup()
Javascript code executed when a key is released over the source list element .
|
abstract String |
getOnsourcemousedown()
Javascript code executed when a pointer button is pressed down over the source list element .
|
abstract String |
getOnsourcemousemove()
Javascript code executed when a pointer button is moved within the source list element .
|
abstract String |
getOnsourcemouseout()
Javascript code executed when a pointer button is moved away from the source list element .
|
abstract String |
getOnsourcemouseover()
Javascript code executed when a pointer button is moved onto the source list element .
|
abstract String |
getOnsourcemouseup()
Javascript code executed when a pointer button is released over the source list element .
|
abstract String |
getOntargetblur()
Javascript code executed when the target list element loses focus.
|
abstract String |
getOntargetclick()
Javascript code executed when a pointer button is clicked over the target list element .
|
abstract String |
getOntargetdblclick()
Javascript code executed when a pointer button is double clicked over the target list element .
|
abstract String |
getOntargetfocus()
Javascript code executed when the target list element receives focus.
|
abstract String |
getOntargetkeydown()
Javascript code executed when a key is pressed down over the target list element .
|
abstract String |
getOntargetkeypress()
Javascript code executed when a key is pressed and released over the target list element .
|
abstract String |
getOntargetkeyup()
Javascript code executed when a key is released over the target list element .
|
abstract String |
getOntargetmousedown()
Javascript code executed when a pointer button is pressed down over the target list element .
|
abstract String |
getOntargetmousemove()
Javascript code executed when a pointer button is moved within the target list element .
|
abstract String |
getOntargetmouseout()
Javascript code executed when a pointer button is moved away from the target list element .
|
abstract String |
getOntargetmouseover()
Javascript code executed when a pointer button is moved onto the target list element .
|
abstract String |
getOntargetmouseup()
Javascript code executed when a pointer button is released over the target list element .
|
abstract String |
getRemoveAllText()
The text to display in the remove-all button
|
abstract String |
getRemoveText()
The text to display in the remove button
|
abstract String |
getSourceCaption()
The text placed above the source list of items
|
abstract String |
getTargetCaption()
The text placed above the target list of items
|
abstract boolean |
isOrderable()
If "true", then the target list is orderable, and the ordering controls are displayed
|
abstract boolean |
isSwitchByClick()
if "true", then clicking an item moves it from one list to another
|
abstract boolean |
isSwitchByDblClick()
if "true", then double-clicking an item moves it from one list to another
|
compareValues, getCaption, getDownBottomText, getDownText, getUpText, getUpTopText, isShowButton
columns, validateValue
getFamily, getSelectedValues, getValueBinding, getValueExpression, setSelectedValues, setValueBinding, setValueExpression
addValidator, addValueChangeListener, clearInitialState, decode, getConvertedValue, getConverterMessage, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, getValue, 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, validate
getConverter, getLocalValue, setConverter
addClientBehavior, addFacesListener, broadcast, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, visitTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOnkeydown, getOnkeypress, getOnkeyup
getOnclick, getOndblclick, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup
getActiveClass, getChangedClass, getCollectionType, getColumnClasses, getDefaultLabel, getHeaderClass, getListClass, getMaxListHeight, getMinListHeight, getOnblur, getOnchange, getOnfocus, getVar
getDisabledClass, getItemClass, getListHeight, getListWidth, getSelectItemClass
isDisabled
getStyle
getStyleClass
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public abstract boolean isOrderable()
If "true", then the target list is orderable, and the ordering controls are displayed
Default is "false"
public abstract String getSourceCaption()
public abstract String getTargetCaption()
public abstract String getAddAllText()
public abstract String getAddText()
public abstract String getRemoveText()
public abstract String getRemoveAllText()
public abstract boolean isSwitchByClick()
if "true", then clicking an item moves it from one list to another
Default is "false"
public abstract boolean isSwitchByDblClick()
if "true", then double-clicking an item moves it from one list to another
Default is "true"
public abstract String getOnadditems()
public abstract String getOnremoveitems()
public abstract String getOnsourcefocus()
public abstract String getOnsourceblur()
public abstract String getOnsourceclick()
public abstract String getOnsourcedblclick()
public abstract String getOnsourcemousedown()
public abstract String getOnsourcemouseup()
public abstract String getOnsourcemouseover()
public abstract String getOnsourcemousemove()
public abstract String getOnsourcemouseout()
public abstract String getOnsourcekeypress()
public abstract String getOnsourcekeydown()
public abstract String getOnsourcekeyup()
public abstract String getOntargetfocus()
public abstract String getOntargetblur()
public abstract String getOntargetclick()
public abstract String getOntargetdblclick()
public abstract String getOntargetmousedown()
public abstract String getOntargetmouseup()
public abstract String getOntargetmouseover()
public abstract String getOntargetmousemove()
public abstract String getOntargetmouseout()
public abstract String getOntargetkeypress()
public abstract String getOntargetkeydown()
public abstract String getOntargetkeyup()
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.