Nuxeo Enterprise Platform 5.4

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

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.ChainSelectBase
                      extended by org.nuxeo.ecm.platform.ui.web.directory.ChainSelectMany
All Implemented Interfaces:
javax.faces.component.EditableValueHolder, javax.faces.component.NamingContainer, javax.faces.component.StateHolder, javax.faces.component.ValueHolder

public class ChainSelectMany
extends ChainSelectBase

Author:
George Lefter

Field Summary
static java.lang.String ADD_BUTTON
           
 
Fields inherited from class org.nuxeo.ecm.platform.ui.web.directory.ChainSelectBase
VOCABULARY_SCHEMA, XVOCABULARY_SCHEMA
 
Fields inherited from class javax.faces.component.UIInput
COMPONENT_FAMILY, COMPONENT_TYPE, CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID, UPDATE_MESSAGE_ID
 
Fields inherited from interface javax.faces.component.NamingContainer
SEPARATOR_CHAR
 
Constructor Summary
ChainSelectMany()
           
 
Method Summary
 void decode(javax.faces.context.FacesContext context)
           
 void encodeBegin(javax.faces.context.FacesContext context)
           
 void encodeChildren(javax.faces.context.FacesContext context)
           
 void encodeReadOnly(javax.faces.context.FacesContext context)
           
 void encodeReadWrite(javax.faces.context.FacesContext context)
           
 int getCurrentDepth()
           
 java.lang.String getFamily()
           
 java.lang.String getRendererType()
           
 boolean getRendersChildren()
           
 java.lang.String[] getSelection()
           
 void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
           
 java.lang.Object saveState(javax.faces.context.FacesContext context)
           
 
Methods inherited from class org.nuxeo.ecm.platform.ui.web.directory.ChainSelectBase
getAllowBranchSelection, getComponentId, getDefaultRootKey, getDepth, getDirectories, getDirectory, getDirectoryEntries, getDirectoryNames, getDisplay, getDisplayValueOnly, getKeySeparator, getListboxSize, getQualifiedParentKeys, getReRender, getShowObsolete, getStyle, getStyleClass, getTranslate, isRecursive, resolveKeys, setAllowBranchSelection, setDefaultRootKey, setDepth, setDirectoryNames, setDisplay, setDisplayValueOnly, setKeySeparator, setListboxSize, setReRender, setShowObsolete, setStyle, setStyleClass, setTranslate
 
Methods inherited from class javax.faces.component.UIInput
addValidator, addValueChangeListener, 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, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, 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

ADD_BUTTON

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

ChainSelectMany

public ChainSelectMany()
Method Detail

decode

public void decode(javax.faces.context.FacesContext context)
Overrides:
decode in class javax.faces.component.UIInput

getSelection

public java.lang.String[] getSelection()
Specified by:
getSelection in class ChainSelectBase

encodeBegin

public void encodeBegin(javax.faces.context.FacesContext context)
                 throws java.io.IOException
Overrides:
encodeBegin in class javax.faces.component.UIComponentBase
Throws:
java.io.IOException

encodeReadWrite

public void encodeReadWrite(javax.faces.context.FacesContext context)
                     throws java.io.IOException
Throws:
java.io.IOException

encodeReadOnly

public void encodeReadOnly(javax.faces.context.FacesContext context)
                    throws java.io.IOException
Throws:
java.io.IOException

getRendersChildren

public boolean getRendersChildren()
Overrides:
getRendersChildren in class javax.faces.component.UIComponentBase

encodeChildren

public void encodeChildren(javax.faces.context.FacesContext context)
                    throws java.io.IOException
Overrides:
encodeChildren in class javax.faces.component.UIComponentBase
Throws:
java.io.IOException

getCurrentDepth

public int getCurrentDepth()

getFamily

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

getRendererType

public java.lang.String getRendererType()
Overrides:
getRendererType in class javax.faces.component.UIComponentBase

saveState

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

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 ChainSelectBase

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.