Richfaces UI Components UI 4.1.0-SNAPSHOT

org.richfaces.component
Class AbstractOrderingList

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIOutput
              extended by javax.faces.component.UIInput
                  extended by javax.faces.component.UISelectMany
                      extended by org.richfaces.component.AbstractSelectManyComponent
                          extended by org.richfaces.component.AbstractOrderingComponent
                              extended by org.richfaces.component.AbstractOrderingList
All Implemented Interfaces:
EventListener, javax.faces.component.EditableValueHolder, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.component.ValueHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, SelectItemsInterface
Direct Known Subclasses:
UIOrderingList

public abstract class AbstractOrderingList
extends AbstractOrderingComponent
implements SelectItemsInterface

Author:
Brian Leathem

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
AbstractOrderingList()
           
 
Method Summary
abstract  Object getItemLabel()
           
abstract  Object getItemValue()
           
 Object getItemValues()
           
abstract  String getOnlistclick()
           
abstract  String getOnlistdblclick()
           
abstract  String getOnlistkeydown()
           
abstract  String getOnlistkeypress()
           
abstract  String getOnlistkeyup()
           
abstract  String getOnlistmousedown()
           
abstract  String getOnlistmousemove()
           
abstract  String getOnlistmouseout()
           
abstract  String getOnlistmouseover()
           
abstract  String getOnlistmouseup()
           
abstract  String getVar()
           
 
Methods inherited from class org.richfaces.component.AbstractOrderingComponent
getDownBottomText, getDownText, getUpText, getUpTopText, isShowButton
 
Methods inherited from class org.richfaces.component.AbstractSelectManyComponent
columns, getActiveClass, getChangedClass, getColumnClasses, getDisabledClass, getHeaderClass, getItemClass, getListHeight, getListWidth, getMaxListHeight, getMinListHeight, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getSelectItemClass, getStyle, getStyleClass, isDisabled, validateValue
 
Methods inherited from class javax.faces.component.UISelectMany
compareValues, getFamily, 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, getDefaultEventName, getEventNames, 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.ValueHolder
getConverter, getLocalValue, getValue, setConverter
 

Field Detail

COMPONENT_TYPE

public static final String COMPONENT_TYPE
See Also:
Constant Field Values

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY
See Also:
Constant Field Values
Constructor Detail

AbstractOrderingList

public AbstractOrderingList()
Method Detail

getItemValues

public Object getItemValues()
Specified by:
getItemValues in interface SelectItemsInterface

getItemValue

public abstract Object getItemValue()
Specified by:
getItemValue in interface SelectItemsInterface

getItemLabel

public abstract Object getItemLabel()
Specified by:
getItemLabel in interface SelectItemsInterface

getVar

public abstract String getVar()
Specified by:
getVar in interface SelectItemsInterface
Specified by:
getVar in class AbstractSelectManyComponent

getOnlistclick

public abstract String getOnlistclick()

getOnlistdblclick

public abstract String getOnlistdblclick()

getOnlistmousedown

public abstract String getOnlistmousedown()

getOnlistmouseup

public abstract String getOnlistmouseup()

getOnlistmouseover

public abstract String getOnlistmouseover()

getOnlistmousemove

public abstract String getOnlistmousemove()

getOnlistmouseout

public abstract String getOnlistmouseout()

getOnlistkeypress

public abstract String getOnlistkeypress()

getOnlistkeydown

public abstract String getOnlistkeydown()

getOnlistkeyup

public abstract String getOnlistkeyup()

Richfaces UI Components UI 4.1.0-SNAPSHOT

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.