Nuxeo Enterprise Platform 5.4

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

public class UIDirectorySelectItem
extends UISelectItem

Component that deals with a select item from a directory.

Author:
Anahide Tchertchian

Field Summary
static java.lang.String COMPONENT_TYPE
           
 
Fields inherited from class javax.faces.component.UISelectItem
COMPONENT_FAMILY
 
Constructor Summary
UIDirectorySelectItem()
           
 
Method Summary
 java.lang.String getDirectoryName()
           
 java.lang.Object getValue()
           
 void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
           
 java.lang.Object saveState(javax.faces.context.FacesContext context)
           
 void setDirectoryName(java.lang.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 java.lang.String COMPONENT_TYPE
Constructor Detail

UIDirectorySelectItem

public UIDirectorySelectItem()
Method Detail

getDirectoryName

public java.lang.String getDirectoryName()

setDirectoryName

public void setDirectoryName(java.lang.String directoryName)

getValue

public java.lang.Object getValue()
Overrides:
getValue in class UISelectItem

saveState

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

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 UISelectItem

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.