Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.ui.web.component
Class UISelectItem

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
All Implemented Interfaces:
javax.faces.component.StateHolder
Direct Known Subclasses:
UIDirectorySelectItem

public class UISelectItem
extends javax.faces.component.UISelectItem

EasySelectItem from http://jsf-comp.sourceforge.net/components/easysi/index.html, adapted to work with single select item.

Author:
Cagatay-Mert, Anahide Tchertchian

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

UISelectItem

public UISelectItem()
Method Detail

getVar

public java.lang.String getVar()

setVar

public void setVar(java.lang.String var)

getValue

public java.lang.Object getValue()
Overrides:
getValue in class javax.faces.component.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 javax.faces.component.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 javax.faces.component.UISelectItem

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.