|
RichFaces UI Components UI 4.3.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
javax.faces.component.UIInput
javax.faces.component.UISelectMany
org.richfaces.component.AbstractSelectManyComponent
org.richfaces.component.AbstractOrderingComponent
org.richfaces.component.AbstractOrderingList
org.richfaces.component.UIOrderingList
@Generated(value={"RichFaces CDK","4.3.0.CR1"})
public class UIOrderingList
The <rich:orderingList> is a component for ordering items in a list (client-side).
| Nested Class Summary | |
|---|---|
protected static class |
UIOrderingList.Properties
|
| Field Summary | |
|---|---|
static String |
COMPONENT_FAMILY
|
static String |
COMPONENT_TYPE
|
| Fields inherited from class javax.faces.component.UISelectMany |
|---|
INVALID_MESSAGE_ID |
| Fields inherited from class javax.faces.component.UIInput |
|---|
CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID, UPDATE_MESSAGE_ID, VALIDATE_EMPTY_FIELDS_PARAM_NAME |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY |
| Constructor Summary | |
|---|---|
UIOrderingList()
|
|
| Method Summary | |
|---|---|
String |
getActiveClass()
|
String |
getCaption()
The text placed above the list of items |
String |
getChangedClass()
|
String |
getCollectionType()
|
String |
getColumnClasses()
|
String |
getDefaultEventName()
|
String |
getDisabledClass()
|
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()
|
String |
getItemClass()
|
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 |
getListHeight()
|
String |
getListWidth()
|
String |
getMaxListHeight()
|
String |
getMinListHeight()
|
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()
|
String |
getOndblclick()
|
String |
getOnfocus()
Javascript code executed when this element receives focus |
String |
getOnkeydown()
|
String |
getOnkeypress()
|
String |
getOnkeyup()
|
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()
|
String |
getOnmousemove()
|
String |
getOnmouseout()
|
String |
getOnmouseover()
|
String |
getOnmouseup()
|
String |
getSelectItemClass()
|
String |
getStyle()
|
String |
getStyleClass()
|
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()
|
boolean |
isDisabled()
|
boolean |
isShowButton()
|
void |
setActiveClass(String activeClass)
|
void |
setCaption(String caption)
|
void |
setChangedClass(String changedClass)
|
void |
setCollectionType(String collectionType)
|
void |
setColumnClasses(String columnClasses)
|
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 |
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)
|
| Methods inherited from class org.richfaces.component.AbstractOrderingList |
|---|
getItemValues |
| Methods inherited from class org.richfaces.component.AbstractOrderingComponent |
|---|
compareValues |
| Methods inherited from class org.richfaces.component.AbstractSelectManyComponent |
|---|
columns, validateValue |
| Methods inherited from class javax.faces.component.UISelectMany |
|---|
getSelectedValues, getValueBinding, getValueExpression, setSelectedValues, setValueBinding, setValueExpression |
| Methods inherited from class javax.faces.component.UIInput |
|---|
addValidator, 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, validate |
| Methods inherited from class javax.faces.component.UIOutput |
|---|
getConverter, getLocalValue, getValue, setConverter |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addClientBehavior, 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, unsubscribeFromEvent |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, visitTree |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder |
|---|
addClientBehavior, getClientBehaviors |
| Methods inherited from interface org.richfaces.component.util.SelectItemsInterface |
|---|
getItemValues |
| Methods inherited from interface javax.faces.component.ValueHolder |
|---|
getConverter, getLocalValue, getValue, setConverter |
| Field Detail |
|---|
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
| Constructor Detail |
|---|
public UIOrderingList()
| Method Detail |
|---|
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()
getActiveClass in class AbstractSelectManyComponentpublic void setActiveClass(String activeClass)
public String getCaption()
AbstractOrderingList
getCaption in class AbstractOrderingListpublic void setCaption(String caption)
public String getChangedClass()
getChangedClass in class AbstractSelectManyComponentpublic void setChangedClass(String changedClass)
public String getCollectionType()
getCollectionType in class AbstractSelectManyComponentpublic void setCollectionType(String collectionType)
public String getColumnClasses()
getColumnClasses in class AbstractSelectManyComponentpublic void setColumnClasses(String columnClasses)
public boolean isDisabled()
isDisabled in class AbstractSelectManyComponentpublic void setDisabled(boolean disabled)
public String getDisabledClass()
getDisabledClass in class AbstractSelectManyComponentpublic void setDisabledClass(String disabledClass)
public String getDownBottomText()
AbstractOrderingComponent
getDownBottomText in class AbstractOrderingComponentpublic void setDownBottomText(String downBottomText)
public String getDownText()
AbstractOrderingComponent
getDownText in class AbstractOrderingComponentpublic void setDownText(String downText)
public String getHeaderClass()
getHeaderClass in class AbstractSelectManyComponentpublic void setHeaderClass(String headerClass)
public String getItemClass()
getItemClass in class AbstractSelectManyComponentpublic void setItemClass(String itemClass)
public Object getItemLabel()
AbstractOrderingList
getItemLabel in interface SelectItemsInterfacegetItemLabel in class AbstractOrderingListpublic void setItemLabel(Object itemLabel)
public Object getItemValue()
AbstractOrderingList
getItemValue in interface SelectItemsInterfacegetItemValue in class AbstractOrderingListpublic void setItemValue(Object itemValue)
public String getListHeight()
getListHeight in class AbstractSelectManyComponentpublic void setListHeight(String listHeight)
public String getListWidth()
getListWidth in class AbstractSelectManyComponentpublic void setListWidth(String listWidth)
public String getMaxListHeight()
getMaxListHeight in class AbstractSelectManyComponentpublic void setMaxListHeight(String maxListHeight)
public String getMinListHeight()
getMinListHeight in class AbstractSelectManyComponentpublic void setMinListHeight(String minListHeight)
public String getOnblur()
AbstractSelectManyComponent
getOnblur in class AbstractSelectManyComponentpublic void setOnblur(String onblur)
public String getOnchange()
AbstractSelectManyComponent
getOnchange in class AbstractSelectManyComponentpublic void setOnchange(String onchange)
public String getOnclick()
getOnclick in class AbstractSelectManyComponentpublic void setOnclick(String onclick)
public String getOndblclick()
getOndblclick in class AbstractSelectManyComponentpublic void setOndblclick(String ondblclick)
public String getOnfocus()
AbstractSelectManyComponent
getOnfocus in class AbstractSelectManyComponentpublic void setOnfocus(String onfocus)
public String getOnkeydown()
getOnkeydown in class AbstractSelectManyComponentpublic void setOnkeydown(String onkeydown)
public String getOnkeypress()
getOnkeypress in class AbstractSelectManyComponentpublic void setOnkeypress(String onkeypress)
public String getOnkeyup()
getOnkeyup in class AbstractSelectManyComponentpublic void setOnkeyup(String onkeyup)
public String getOnlistclick()
AbstractOrderingList
getOnlistclick in class AbstractOrderingListpublic void setOnlistclick(String onlistclick)
public String getOnlistdblclick()
AbstractOrderingList
getOnlistdblclick in class AbstractOrderingListpublic void setOnlistdblclick(String onlistdblclick)
public String getOnlistkeydown()
AbstractOrderingList
getOnlistkeydown in class AbstractOrderingListpublic void setOnlistkeydown(String onlistkeydown)
public String getOnlistkeypress()
AbstractOrderingList
getOnlistkeypress in class AbstractOrderingListpublic void setOnlistkeypress(String onlistkeypress)
public String getOnlistkeyup()
AbstractOrderingList
getOnlistkeyup in class AbstractOrderingListpublic void setOnlistkeyup(String onlistkeyup)
public String getOnlistmousedown()
AbstractOrderingList
getOnlistmousedown in class AbstractOrderingListpublic void setOnlistmousedown(String onlistmousedown)
public String getOnlistmousemove()
AbstractOrderingList
getOnlistmousemove in class AbstractOrderingListpublic void setOnlistmousemove(String onlistmousemove)
public String getOnlistmouseout()
AbstractOrderingList
getOnlistmouseout in class AbstractOrderingListpublic void setOnlistmouseout(String onlistmouseout)
public String getOnlistmouseover()
AbstractOrderingList
getOnlistmouseover in class AbstractOrderingListpublic void setOnlistmouseover(String onlistmouseover)
public String getOnlistmouseup()
AbstractOrderingList
getOnlistmouseup in class AbstractOrderingListpublic void setOnlistmouseup(String onlistmouseup)
public String getOnmousedown()
getOnmousedown in class AbstractSelectManyComponentpublic void setOnmousedown(String onmousedown)
public String getOnmousemove()
getOnmousemove in class AbstractSelectManyComponentpublic void setOnmousemove(String onmousemove)
public String getOnmouseout()
getOnmouseout in class AbstractSelectManyComponentpublic void setOnmouseout(String onmouseout)
public String getOnmouseover()
getOnmouseover in class AbstractSelectManyComponentpublic void setOnmouseover(String onmouseover)
public String getOnmouseup()
getOnmouseup in class AbstractSelectManyComponentpublic void setOnmouseup(String onmouseup)
public String getSelectItemClass()
getSelectItemClass in class AbstractSelectManyComponentpublic void setSelectItemClass(String selectItemClass)
public boolean isShowButton()
isShowButton in class AbstractOrderingComponentpublic void setShowButton(boolean showButton)
public String getStyle()
getStyle in class AbstractSelectManyComponentpublic void setStyle(String style)
public String getStyleClass()
getStyleClass in class AbstractSelectManyComponentpublic void setStyleClass(String styleClass)
public String getUpText()
AbstractOrderingComponent
getUpText in class AbstractOrderingComponentpublic void setUpText(String upText)
public String getUpTopText()
AbstractOrderingComponent
getUpTopText in class AbstractOrderingComponentpublic void setUpTopText(String upTopText)
public String getVar()
getVar in interface SelectItemsInterfacegetVar in class AbstractSelectManyComponentpublic void setVar(String var)
|
RichFaces UI Components UI 4.3.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||