Nuxeo Enterprise Platform 5.4

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

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIOutput
              extended by org.nuxeo.ecm.platform.ui.web.directory.ChainSelectStatus
All Implemented Interfaces:
javax.faces.component.StateHolder, javax.faces.component.ValueHolder

public class ChainSelectStatus
extends javax.faces.component.UIOutput

Author:
George Lefter

Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
static java.lang.String REMOVE_ID
           
 
Constructor Summary
ChainSelectStatus()
           
 
Method Summary
 void encodeBegin(javax.faces.context.FacesContext context)
           
 void encodeChildren(javax.faces.context.FacesContext context)
           
 void encodeEnd(javax.faces.context.FacesContext context)
           
 java.lang.Boolean getBooleanProperty(java.lang.String name, java.lang.Boolean defaultValue)
           
 ChainSelect getChain()
           
 java.lang.String getCssStyle()
           
 java.lang.String getCssStyleClass()
           
 java.lang.String getDisplay()
           
 java.lang.String getEntryCssStyle()
           
 java.lang.String getEntryCssStyleClass()
           
 java.lang.String getEntrySeparator()
           
 java.lang.String getFamily()
           
 java.lang.String getImage()
           
 java.lang.String getLabel()
           
 java.lang.String getName()
           
 java.lang.Object getProperty(java.lang.String name)
           
 java.lang.String getRendererType()
           
 java.lang.String getStringProperty(java.lang.String name, java.lang.String defaultValue)
           
 boolean isDisplayIncremental()
           
 boolean isDisplayRoot()
           
 void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
           
 java.lang.Object saveState(javax.faces.context.FacesContext arg0)
           
 void setCssStyle(java.lang.String cssStyle)
           
 void setCssStyleClass(java.lang.String cssStyleClass)
           
 void setDisplay(java.lang.String display)
           
 void setDisplayIncremental(boolean displayIncremental)
           
 void setDisplayRoot(boolean displayRoot)
           
 void setEntryCssStyle(java.lang.String entryCssStyle)
           
 void setEntryCssStyleClass(java.lang.String entryCssStyleClass)
           
 void setEntrySeparator(java.lang.String entrySeparator)
           
 void setImage(java.lang.String image)
           
 void setLabel(java.lang.String label)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class javax.faces.component.UIOutput
getConverter, getLocalValue, getValue, setConverter, setValue
 
Methods inherited from class javax.faces.component.UIComponentBase
broadcast, decode, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, 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
See Also:
Constant Field Values

COMPONENT_FAMILY

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

REMOVE_ID

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

ChainSelectStatus

public ChainSelectStatus()
Method Detail

getEntrySeparator

public java.lang.String getEntrySeparator()

setEntrySeparator

public void setEntrySeparator(java.lang.String entrySeparator)

getFamily

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

getRendererType

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

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.UIOutput

saveState

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

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

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

encodeEnd

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

getProperty

public java.lang.Object getProperty(java.lang.String name)

getStringProperty

public java.lang.String getStringProperty(java.lang.String name,
                                          java.lang.String defaultValue)

getBooleanProperty

public java.lang.Boolean getBooleanProperty(java.lang.String name,
                                            java.lang.Boolean defaultValue)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getChain

public ChainSelect getChain()

isDisplayIncremental

public boolean isDisplayIncremental()

setDisplayIncremental

public void setDisplayIncremental(boolean displayIncremental)

isDisplayRoot

public boolean isDisplayRoot()

setDisplayRoot

public void setDisplayRoot(boolean displayRoot)

getCssStyle

public java.lang.String getCssStyle()

setCssStyle

public void setCssStyle(java.lang.String cssStyle)

getCssStyleClass

public java.lang.String getCssStyleClass()

setCssStyleClass

public void setCssStyleClass(java.lang.String cssStyleClass)

getEntryCssStyle

public java.lang.String getEntryCssStyle()

setEntryCssStyle

public void setEntryCssStyle(java.lang.String entryCssStyle)

getEntryCssStyleClass

public java.lang.String getEntryCssStyleClass()

setEntryCssStyleClass

public void setEntryCssStyleClass(java.lang.String entryCssStyleClass)

getImage

public java.lang.String getImage()

setImage

public void setImage(java.lang.String image)

getDisplay

public java.lang.String getDisplay()

setDisplay

public void setDisplay(java.lang.String display)

getLabel

public java.lang.String getLabel()

setLabel

public void setLabel(java.lang.String label)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.