public abstract class AbstractOrderingList extends AbstractOrderingComponent implements SelectItemsInterface, SelectItemsProps, EventsKeyProps, EventsMouseProps, MultiSelectProps
The <rich:orderingList> is a component for ordering items in a list (client-side).
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
AbstractOrderingList() |
Modifier and Type | Method and Description |
---|---|
Object |
getItemValues() |
abstract String |
getOnlistclick()
Javascript code executed when a pointer button is clicked over the list element .
|
abstract String |
getOnlistdblclick()
Javascript code executed when a pointer button is double clicked over the list element .
|
abstract String |
getOnlistkeydown()
Javascript code executed when a key is pressed down over the list element .
|
abstract String |
getOnlistkeypress()
Javascript code executed when a key is pressed and released over the list element .
|
abstract String |
getOnlistkeyup()
Javascript code executed when a key is released over the list element .
|
abstract String |
getOnlistmousedown()
Javascript code executed when a pointer button is pressed down over the list element .
|
abstract String |
getOnlistmousemove()
Javascript code executed when a pointer button is moved within the list element .
|
abstract String |
getOnlistmouseout()
Javascript code executed when a pointer button is moved away from the list element .
|
abstract String |
getOnlistmouseover()
Javascript code executed when a pointer button is moved onto the list element .
|
abstract String |
getOnlistmouseup()
Javascript code executed when a pointer button is released over the list element .
|
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
getItemLabel, getItemValue, getVar
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 Object getItemValues()
getItemValues
in interface SelectItemsInterface
public abstract String getOnlistclick()
public abstract String getOnlistdblclick()
public abstract String getOnlistmousedown()
public abstract String getOnlistmouseup()
public abstract String getOnlistmouseover()
public abstract String getOnlistmousemove()
public abstract String getOnlistmouseout()
public abstract String getOnlistkeypress()
public abstract String getOnlistkeydown()
public abstract String getOnlistkeyup()
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.