Nuxeo Enterprise Platform 5.4

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:
javax.faces.component.EditableValueHolder, javax.faces.component.StateHolder, javax.faces.component.ValueHolder

public class DirectoryEntryOutputComponent
extends DirectoryAwareComponent

Component to display a directory entry.

Author:
Anahide Tchertchian

Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.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
 java.lang.String getDisplay()
          Deprecated. never used
 java.lang.String getEntryId()
          Deprecated. use standard UIOutput.getValue() instead
 java.lang.String getFamily()
           
 java.lang.String getKeySeparator()
           
 java.lang.Boolean getTranslate()
          Deprecated. use DirectoryAwareComponent.getLocalize() instead
 void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
           
 java.lang.Object saveState(javax.faces.context.FacesContext context)
           
 void setDisplay(java.lang.String display)
          Deprecated. never used
 void setEntryId(java.lang.String entryId)
          Deprecated. use standard UIInput.setValue(Object) instead
 void setKeySeparator(java.lang.String keySeparator)
           
 void setTranslate(java.lang.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 java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values

COMPONENT_FAMILY

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

DirectoryEntryOutputComponent

public DirectoryEntryOutputComponent()
Method Detail

getFamily

public java.lang.String getFamily()
Overrides:
getFamily in class javax.faces.component.UIInput

getEntryId

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


setEntryId

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


getTranslate

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


setTranslate

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


getKeySeparator

public java.lang.String getKeySeparator()

setKeySeparator

public void setKeySeparator(java.lang.String keySeparator)

getDisplay

@Deprecated
public java.lang.String getDisplay()
Deprecated. never used

Overrides:
getDisplay in class DirectoryAwareComponent

setDisplay

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

Overrides:
setDisplay in class DirectoryAwareComponent

saveState

public java.lang.Object saveState(javax.faces.context.FacesContext context)
Specified by:
saveState in interface javax.faces.component.StateHolder
Overrides:
saveState in class DirectoryAwareComponent

restoreState

public void restoreState(javax.faces.context.FacesContext context,
                         java.lang.Object state)
Specified by:
restoreState in interface javax.faces.component.StateHolder
Overrides:
restoreState in class DirectoryAwareComponent

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.