Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.ui.web.directory
Class SelectOneListboxComponent

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 org.nuxeo.ecm.platform.ui.web.directory.DirectoryAwareComponent
                      extended by org.nuxeo.ecm.platform.ui.web.directory.SelectOneListboxComponent
All Implemented Interfaces:
EditableValueHolder, StateHolder, ValueHolder

public class SelectOneListboxComponent
extends DirectoryAwareComponent

Author:
George Lefter

Field Summary
static String COMPONENT_FAMILY
           
static String COMPONENT_TYPE
           
 
Fields inherited from class javax.faces.component.UIInput
CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID, UPDATE_MESSAGE_ID
 
Constructor Summary
SelectOneListboxComponent()
           
 
Method Summary
 String getFamily()
           
 void restoreState(FacesContext context, Object state)
           
 Object saveState(FacesContext arg0)
           
 
Methods inherited from class org.nuxeo.ecm.platform.ui.web.directory.DirectoryAwareComponent
getBooleanProperty, getCaseSensitive, getDirectoryName, getDirectoryValues, getDisplay, getDisplayIdAndLabel, getDisplayObsoleteEntries, getDisplayValueOnly, getDisplayValueOnlyStyle, getDisplayValueOnlyStyleClass, getFilter, getLocalize, getNotDisplayDefaultOption, getOnchange, getOnclick, getOnselect, getOptions, getOrdering, getSize, getStringProperty, setCaseSensitive, setDirectoryName, setDirectoryValues, setDisplay, setDisplayIdAndLabel, setDisplayObsoleteEntries, setDisplayValueOnly, setDisplayValueOnlyStyle, setDisplayValueOnlyStyleClass, setFilter, setLocalize, setNotDisplayDefaultOption, setOnchange, setOnclick, setOnselect, setOptions, setOrdering, setSize
 
Methods inherited from class javax.faces.component.UIInput
addValidator, addValueChangeListener, decode, getConverterMessage, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, getValueChangeListener, getValueChangeListeners, isImmediate, isLocalValueSet, isRequired, isValid, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, resetValue, 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
broadcast, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getContainerClientId, getValueExpression, setValueExpression
 
Methods inherited from class java.lang.Object
equals, 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

SelectOneListboxComponent

public SelectOneListboxComponent()
Method Detail

getFamily

public String getFamily()
Overrides:
getFamily in class UIInput

restoreState

public void restoreState(FacesContext context,
                         Object state)
Specified by:
restoreState in interface StateHolder
Overrides:
restoreState in class DirectoryAwareComponent

saveState

public Object saveState(FacesContext arg0)
Specified by:
saveState in interface StateHolder
Overrides:
saveState in class DirectoryAwareComponent

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.