@Generated(value={"RichFaces CDK","4.5.0-SNAPSHOT"}) public class UIOrderingList extends AbstractOrderingList implements javax.faces.component.behavior.ClientBehaviorHolder, EventsKeyProps, EventsMouseProps, MultiSelectProps, SelectItemsProps, SelectItemsInterface
The <rich:orderingList> is a component for ordering items in a list (client-side).
Modifier and Type | Class and Description |
---|---|
protected static class |
UIOrderingList.Properties |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
UIOrderingList() |
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 |
getCaption()
The text placed above the list of items
|
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.
|
Object |
getItemLabel()
Label to be displayed to the user for the corresponding option.
|
Object |
getItemValue()
Value to be returned to the server if the corresponding option is selected by the user.
|
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 |
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 |
getOnlistclick()
Javascript code executed when a pointer button is clicked over the list element .
|
String |
getOnlistdblclick()
Javascript code executed when a pointer button is double clicked over the list element .
|
String |
getOnlistkeydown()
Javascript code executed when a key is pressed down over the list element .
|
String |
getOnlistkeypress()
Javascript code executed when a key is pressed and released over the list element .
|
String |
getOnlistkeyup()
Javascript code executed when a key is released over the list element .
|
String |
getOnlistmousedown()
Javascript code executed when a pointer button is pressed down over the list element .
|
String |
getOnlistmousemove()
Javascript code executed when a pointer button is moved within the list element .
|
String |
getOnlistmouseout()
Javascript code executed when a pointer button is moved away from the list element .
|
String |
getOnlistmouseover()
Javascript code executed when a pointer button is moved onto the list element .
|
String |
getOnlistmouseup()
Javascript code executed when a pointer button is released over the list 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 |
getSelectItemClass()
Space-separated list of CSS style class(es) to be applied to the selected list item.
|
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 |
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 |
isShowButton() |
void |
setActiveClass(String activeClass) |
void |
setCaption(String caption) |
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 |
setItemLabel(Object itemLabel) |
void |
setItemValue(Object itemValue) |
void |
setListClass(String listClass) |
void |
setListHeight(String listHeight) |
void |
setListWidth(String listWidth) |
void |
setMaxListHeight(String maxListHeight) |
void |
setMinListHeight(String minListHeight) |
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 |
setOnlistclick(String onlistclick) |
void |
setOnlistdblclick(String onlistdblclick) |
void |
setOnlistkeydown(String onlistkeydown) |
void |
setOnlistkeypress(String onlistkeypress) |
void |
setOnlistkeyup(String onlistkeyup) |
void |
setOnlistmousedown(String onlistmousedown) |
void |
setOnlistmousemove(String onlistmousemove) |
void |
setOnlistmouseout(String onlistmouseout) |
void |
setOnlistmouseover(String onlistmouseover) |
void |
setOnlistmouseup(String onlistmouseup) |
void |
setOnmousedown(String onmousedown) |
void |
setOnmousemove(String onmousemove) |
void |
setOnmouseout(String onmouseout) |
void |
setOnmouseover(String onmouseover) |
void |
setOnmouseup(String onmouseup) |
void |
setSelectItemClass(String selectItemClass) |
void |
setShowButton(boolean showButton) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setUpText(String upText) |
void |
setUpTopText(String upTopText) |
void |
setVar(String var) |
getItemValues
compareValues
columns, validateValue
getConvertedValue, getSelectedValues, getValueBinding, getValueExpression, setSelectedValues, setValueBinding, setValueExpression
addValidator, addValueChangeListener, broadcast, clearInitialState, decode, 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, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, visitTree
getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, subscribeToEvent, unsubscribeFromEvent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addClientBehavior, getClientBehaviors
getItemValues
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class javax.faces.component.UISelectMany
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.UIComponentBase
public String getDefaultEventName()
getDefaultEventName
in interface javax.faces.component.behavior.ClientBehaviorHolder
getDefaultEventName
in class javax.faces.component.UIComponentBase
public String getActiveClass()
SelectProps
getActiveClass
in interface MultiSelectProps
getActiveClass
in interface SelectProps
public void setActiveClass(String activeClass)
public String getCaption()
AbstractOrderingList
getCaption
in class AbstractOrderingList
public void setCaption(String caption)
public String getChangedClass()
SelectProps
getChangedClass
in interface MultiSelectProps
getChangedClass
in interface SelectProps
public void setChangedClass(String changedClass)
public Object getCollectionType()
MultiSelectProps
getCollectionType
in interface MultiSelectProps
public void setCollectionType(Object collectionType)
public String getColumnClasses()
MultiSelectProps
getColumnClasses
in interface MultiSelectProps
public void setColumnClasses(String columnClasses)
public String getDefaultLabel()
SelectProps
getDefaultLabel
in interface MultiSelectProps
getDefaultLabel
in interface SelectProps
public void setDefaultLabel(String defaultLabel)
public boolean isDisabled()
DisabledProps
isDisabled
in interface DisabledProps
public void setDisabled(boolean disabled)
public String getDisabledClass()
SelectProps
getDisabledClass
in interface SelectProps
public void setDisabledClass(String disabledClass)
public String getDownBottomText()
AbstractOrderingComponent
getDownBottomText
in class AbstractOrderingComponent
public void setDownBottomText(String downBottomText)
public String getDownText()
AbstractOrderingComponent
getDownText
in class AbstractOrderingComponent
public void setDownText(String downText)
public String getHeaderClass()
MultiSelectProps
getHeaderClass
in interface MultiSelectProps
public void setHeaderClass(String headerClass)
public String getItemClass()
SelectProps
getItemClass
in interface SelectProps
public void setItemClass(String itemClass)
public Object getItemLabel()
SelectItemsProps
getItemLabel
in interface SelectItemsProps
public void setItemLabel(Object itemLabel)
public Object getItemValue()
SelectItemsProps
getItemValue
in interface SelectItemsProps
public void setItemValue(Object itemValue)
public String getListClass()
SelectProps
getListClass
in interface MultiSelectProps
getListClass
in interface SelectProps
public void setListClass(String listClass)
public String getListHeight()
SelectProps
getListHeight
in interface SelectProps
public void setListHeight(String listHeight)
public String getListWidth()
SelectProps
getListWidth
in interface SelectProps
public void setListWidth(String listWidth)
public String getMaxListHeight()
MultiSelectProps
getMaxListHeight
in interface MultiSelectProps
public void setMaxListHeight(String maxListHeight)
public String getMinListHeight()
MultiSelectProps
getMinListHeight
in interface MultiSelectProps
public void setMinListHeight(String minListHeight)
public String getOnblur()
MultiSelectProps
getOnblur
in interface MultiSelectProps
public void setOnblur(String onblur)
public String getOnchange()
MultiSelectProps
getOnchange
in interface MultiSelectProps
public void setOnchange(String onchange)
public String getOnclick()
EventsMouseProps
getOnclick
in interface EventsMouseProps
public void setOnclick(String onclick)
public String getOndblclick()
EventsMouseProps
getOndblclick
in interface EventsMouseProps
public void setOndblclick(String ondblclick)
public String getOnfocus()
MultiSelectProps
getOnfocus
in interface MultiSelectProps
public void setOnfocus(String onfocus)
public String getOnkeydown()
EventsKeyProps
getOnkeydown
in interface EventsKeyProps
public void setOnkeydown(String onkeydown)
public String getOnkeypress()
EventsKeyProps
getOnkeypress
in interface EventsKeyProps
public void setOnkeypress(String onkeypress)
public String getOnkeyup()
EventsKeyProps
getOnkeyup
in interface EventsKeyProps
public void setOnkeyup(String onkeyup)
public String getOnlistclick()
AbstractOrderingList
getOnlistclick
in class AbstractOrderingList
public void setOnlistclick(String onlistclick)
public String getOnlistdblclick()
AbstractOrderingList
getOnlistdblclick
in class AbstractOrderingList
public void setOnlistdblclick(String onlistdblclick)
public String getOnlistkeydown()
AbstractOrderingList
getOnlistkeydown
in class AbstractOrderingList
public void setOnlistkeydown(String onlistkeydown)
public String getOnlistkeypress()
AbstractOrderingList
getOnlistkeypress
in class AbstractOrderingList
public void setOnlistkeypress(String onlistkeypress)
public String getOnlistkeyup()
AbstractOrderingList
getOnlistkeyup
in class AbstractOrderingList
public void setOnlistkeyup(String onlistkeyup)
public String getOnlistmousedown()
AbstractOrderingList
getOnlistmousedown
in class AbstractOrderingList
public void setOnlistmousedown(String onlistmousedown)
public String getOnlistmousemove()
AbstractOrderingList
getOnlistmousemove
in class AbstractOrderingList
public void setOnlistmousemove(String onlistmousemove)
public String getOnlistmouseout()
AbstractOrderingList
getOnlistmouseout
in class AbstractOrderingList
public void setOnlistmouseout(String onlistmouseout)
public String getOnlistmouseover()
AbstractOrderingList
getOnlistmouseover
in class AbstractOrderingList
public void setOnlistmouseover(String onlistmouseover)
public String getOnlistmouseup()
AbstractOrderingList
getOnlistmouseup
in class AbstractOrderingList
public void setOnlistmouseup(String onlistmouseup)
public String getOnmousedown()
EventsMouseProps
getOnmousedown
in interface EventsMouseProps
public void setOnmousedown(String onmousedown)
public String getOnmousemove()
EventsMouseProps
getOnmousemove
in interface EventsMouseProps
public void setOnmousemove(String onmousemove)
public String getOnmouseout()
EventsMouseProps
getOnmouseout
in interface EventsMouseProps
public void setOnmouseout(String onmouseout)
public String getOnmouseover()
EventsMouseProps
getOnmouseover
in interface EventsMouseProps
public void setOnmouseover(String onmouseover)
public String getOnmouseup()
EventsMouseProps
getOnmouseup
in interface EventsMouseProps
public void setOnmouseup(String onmouseup)
public String getSelectItemClass()
SelectProps
getSelectItemClass
in interface SelectProps
public void setSelectItemClass(String selectItemClass)
public boolean isShowButton()
isShowButton
in class AbstractOrderingComponent
public void setShowButton(boolean showButton)
public String getStyle()
StyleProps
getStyle
in interface StyleProps
public void setStyle(String style)
public String getStyleClass()
StyleClassProps
getStyleClass
in interface StyleClassProps
public void setStyleClass(String styleClass)
public String getUpText()
AbstractOrderingComponent
getUpText
in class AbstractOrderingComponent
public void setUpText(String upText)
public String getUpTopText()
AbstractOrderingComponent
getUpTopText
in class AbstractOrderingComponent
public void setUpTopText(String upTopText)
public String getVar()
MultiSelectProps
getVar
in interface MultiSelectProps
getVar
in interface SelectItemsProps
public void setVar(String var)
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.