Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

Deprecated. : component is useless (not declared correctly in deployment-fragment.xml and bugg) should be refactored instead

@Deprecated
public class ChainSelectMultiListboxComponent
extends UIInput


Field Summary
 boolean ajaxUpdated
          Deprecated.  
static String COMPONENT_FAMILY
          Deprecated.  
static String COMPONENT_TYPE
          Deprecated.  
 
Fields inherited from class javax.faces.component.UIInput
CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID, UPDATE_MESSAGE_ID
 
Constructor Summary
ChainSelectMultiListboxComponent()
          Deprecated.  
 
Method Summary
 ChainSelectListboxComponent[] createSingleComponents()
          Deprecated.  
 Boolean getBooleanProperty(String name, Boolean defaultValue)
          Deprecated.  
 ChainSelect getChain()
          Deprecated.  
 String getCssStyle()
          Deprecated.  
 String getCssStyleClass()
          Deprecated.  
 String getDirectoriesNames()
          Deprecated.  
 List<String> getDirectoriesNamesArray()
          Deprecated.  
 String getDisplay()
          Deprecated.  
 Boolean getDisplayIdAndLabel()
          Deprecated.  
 String getDisplayIdAndLabelSeparator()
          Deprecated.  
 Boolean getDisplayObsoleteEntries()
          Deprecated.  
 String getDisplayValueOnlySeparator()
          Deprecated.  
 String getFamily()
          Deprecated.  
 Integer getIndex()
          Deprecated.  
 Boolean getLocalize()
          Deprecated.  
 String getOnchange()
          Deprecated.  
 Map<String,DirectorySelectItem> getOptions()
          Deprecated.  
 String getOrdering()
          Deprecated.  
 Object getProperty(String name)
          Deprecated.  
 String getSize()
          Deprecated.  
 String getStringProperty(String name, String defaultValue)
          Deprecated.  
 boolean isAjaxUpdated()
          Deprecated.  
 boolean isMultiSelect()
          Deprecated.  
 void restoreState(FacesContext context, Object state)
          Deprecated.  
 Object saveState(FacesContext context)
          Deprecated.  
 void setAjaxUpdated(boolean ajaxUpdated)
          Deprecated.  
 void setCssStyle(String cssStyle)
          Deprecated.  
 void setCssStyleClass(String cssStyleClass)
          Deprecated.  
 void setDirectoriesNames(String newDirectiriesNames)
          Deprecated.  
 void setDirectoriesValues(List<VocabularyEntryList> directoriesValues)
          Deprecated.  
 void setDisplay(String display)
          Deprecated.  
 void setDisplayIdAndLabel(Boolean displayIdAndLabel)
          Deprecated.  
 void setDisplayIdAndLabelSeparator(String displayIdAndLabelSeparator)
          Deprecated.  
 void setDisplayObsoleteEntries(Boolean showObsolete)
          Deprecated.  
 void setDisplayValueOnlySeparator(String displayValueOnlySeparator)
          Deprecated.  
 void setIndex(Integer index)
          Deprecated.  
 void setLocalize(Boolean localize)
          Deprecated.  
 void setOnchange(String onchange)
          Deprecated.  
 void setOrdering(String sortCriteria)
          Deprecated.  
 void setSize(String size)
          Deprecated.  
 
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
Deprecated. 
See Also:
Constant Field Values

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY
Deprecated. 
See Also:
Constant Field Values

ajaxUpdated

public boolean ajaxUpdated
Deprecated. 
Constructor Detail

ChainSelectMultiListboxComponent

public ChainSelectMultiListboxComponent()
Deprecated. 
Method Detail

getFamily

public String getFamily()
Deprecated. 
Overrides:
getFamily in class UIInput

isMultiSelect

public boolean isMultiSelect()
Deprecated. 

getDisplayIdAndLabelSeparator

public String getDisplayIdAndLabelSeparator()
Deprecated. 

setDisplayIdAndLabelSeparator

public void setDisplayIdAndLabelSeparator(String displayIdAndLabelSeparator)
Deprecated. 

restoreState

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

saveState

public Object saveState(FacesContext context)
Deprecated. 
Specified by:
saveState in interface StateHolder
Overrides:
saveState in class UIInput

getDirectoriesNamesArray

public List<String> getDirectoriesNamesArray()
Deprecated. 

getDirectoriesNames

public String getDirectoriesNames()
Deprecated. 

setDirectoriesNames

public void setDirectoriesNames(String newDirectiriesNames)
Deprecated. 

setDirectoriesValues

public void setDirectoriesValues(List<VocabularyEntryList> directoriesValues)
Deprecated. 

getOptions

public Map<String,DirectorySelectItem> getOptions()
Deprecated. 

getDisplayIdAndLabel

public Boolean getDisplayIdAndLabel()
Deprecated. 

setDisplayIdAndLabel

public void setDisplayIdAndLabel(Boolean displayIdAndLabel)
Deprecated. 

getDisplayObsoleteEntries

public Boolean getDisplayObsoleteEntries()
Deprecated. 

setDisplayObsoleteEntries

public void setDisplayObsoleteEntries(Boolean showObsolete)
Deprecated. 

setOnchange

public void setOnchange(String onchange)
Deprecated. 

getOnchange

public String getOnchange()
Deprecated. 

getChain

public ChainSelect getChain()
Deprecated. 

getProperty

public Object getProperty(String name)
Deprecated. 

getStringProperty

public String getStringProperty(String name,
                                String defaultValue)
Deprecated. 

getBooleanProperty

public Boolean getBooleanProperty(String name,
                                  Boolean defaultValue)
Deprecated. 

getOrdering

public String getOrdering()
Deprecated. 

setOrdering

public void setOrdering(String sortCriteria)
Deprecated. 

getDisplayValueOnlySeparator

public String getDisplayValueOnlySeparator()
Deprecated. 

setDisplayValueOnlySeparator

public void setDisplayValueOnlySeparator(String displayValueOnlySeparator)
Deprecated. 

isAjaxUpdated

public boolean isAjaxUpdated()
Deprecated. 

setAjaxUpdated

public void setAjaxUpdated(boolean ajaxUpdated)
Deprecated. 

getIndex

public Integer getIndex()
Deprecated. 

setIndex

public void setIndex(Integer index)
Deprecated. 

getCssStyle

public String getCssStyle()
Deprecated. 

setCssStyle

public void setCssStyle(String cssStyle)
Deprecated. 

getCssStyleClass

public String getCssStyleClass()
Deprecated. 

setCssStyleClass

public void setCssStyleClass(String cssStyleClass)
Deprecated. 

getSize

public String getSize()
Deprecated. 

setSize

public void setSize(String size)
Deprecated. 

getLocalize

public Boolean getLocalize()
Deprecated. 

setLocalize

public void setLocalize(Boolean localize)
Deprecated. 

createSingleComponents

public ChainSelectListboxComponent[] createSingleComponents()
Deprecated. 

getDisplay

public String getDisplay()
Deprecated. 

setDisplay

public void setDisplay(String display)
Deprecated. 

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.