Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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.DirectoryEntryOutputComponent
All Implemented Interfaces:
EditableValueHolder, StateHolder, ValueHolder

public class DirectoryEntryOutputComponent
extends DirectoryAwareComponent

Component to display a directory entry.

Author:
Anahide Tchertchian

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
DirectoryEntryOutputComponent()
           
 
Method Summary
 String getDisplay()
          Deprecated. never used
 String getEntryId()
          Deprecated. use standard UIOutput.getValue() instead
 String getFamily()
           
 String getKeySeparator()
           
 Boolean getTranslate()
          Deprecated. use DirectoryAwareComponent.getLocalize() instead
 void restoreState(FacesContext context, Object state)
           
 Object saveState(FacesContext context)
           
 void setDisplay(String display)
          Deprecated. never used
 void setEntryId(String entryId)
          Deprecated. use standard UIInput.setValue(Object) instead
 void setKeySeparator(String keySeparator)
           
 void setTranslate(Boolean translate)
          Deprecated. use DirectoryAwareComponent.setLocalize(Boolean) instead
 
Methods inherited from class org.nuxeo.ecm.platform.ui.web.directory.DirectoryAwareComponent
getBooleanProperty, getCaseSensitive, getDirectoryName, getDirectoryValues, getDisplayIdAndLabel, getDisplayObsoleteEntries, getDisplayValueOnly, getDisplayValueOnlyStyle, getDisplayValueOnlyStyleClass, getFilter, getLocalize, getNotDisplayDefaultOption, getOnchange, getOnclick, getOnselect, getOptions, getOrdering, getSize, getStringProperty, setCaseSensitive, setDirectoryName, setDirectoryValues, 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

DirectoryEntryOutputComponent

public DirectoryEntryOutputComponent()
Method Detail

getFamily

public String getFamily()
Overrides:
getFamily in class UIInput

getEntryId

@Deprecated
public String getEntryId()
Deprecated. use standard UIOutput.getValue() instead


setEntryId

@Deprecated
public void setEntryId(String entryId)
Deprecated. use standard UIInput.setValue(Object) instead


getTranslate

@Deprecated
public Boolean getTranslate()
Deprecated. use DirectoryAwareComponent.getLocalize() instead


setTranslate

@Deprecated
public void setTranslate(Boolean translate)
Deprecated. use DirectoryAwareComponent.setLocalize(Boolean) instead


getKeySeparator

public String getKeySeparator()

setKeySeparator

public void setKeySeparator(String keySeparator)

getDisplay

@Deprecated
public String getDisplay()
Deprecated. never used

Overrides:
getDisplay in class DirectoryAwareComponent

setDisplay

@Deprecated
public void setDisplay(String display)
Deprecated. never used

Overrides:
setDisplay in class DirectoryAwareComponent

saveState

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

restoreState

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

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.