Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UISelectItem
              extended by org.nuxeo.ecm.platform.ui.web.component.UISelectItem
                  extended by org.nuxeo.ecm.platform.ui.web.directory.UIDirectorySelectItem
All Implemented Interfaces:
StateHolder

public class UIDirectorySelectItem
extends UISelectItem

Component that deals with a select item from a directory.

Author:
Anahide Tchertchian

Field Summary
static String COMPONENT_TYPE
           
 
Fields inherited from class javax.faces.component.UISelectItem
COMPONENT_FAMILY
 
Constructor Summary
UIDirectorySelectItem()
           
 
Method Summary
 String getDirectoryName()
           
 Object getValue()
           
 void restoreState(FacesContext context, Object state)
           
 Object saveState(FacesContext context)
           
 void setDirectoryName(String directoryName)
           
 
Methods inherited from class org.nuxeo.ecm.platform.ui.web.component.UISelectItem
getVar, setVar
 
Methods inherited from class javax.faces.component.UISelectItem
getFamily, getItemDescription, getItemLabel, getItemValue, isItemDisabled, isItemEscaped, setItemDescription, setItemDisabled, setItemEscaped, setItemLabel, setItemValue, setValue
 
Methods inherited from class javax.faces.component.UIComponentBase
broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, 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
 

Field Detail

COMPONENT_TYPE

public static final String COMPONENT_TYPE
Constructor Detail

UIDirectorySelectItem

public UIDirectorySelectItem()
Method Detail

getDirectoryName

public String getDirectoryName()

setDirectoryName

public void setDirectoryName(String directoryName)

getValue

public Object getValue()
Overrides:
getValue in class UISelectItem

saveState

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

restoreState

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

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.