Nuxeo ECM Projects 5.4.3-SNAPSHOT

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:
StateHolder, ValueHolder

public class ChainSelectStatus
extends UIOutput

Author:
George Lefter

Field Summary
static String COMPONENT_FAMILY
           
static String COMPONENT_TYPE
           
static String REMOVE_ID
           
 
Constructor Summary
ChainSelectStatus()
           
 
Method Summary
 void encodeBegin(FacesContext context)
           
 void encodeChildren(FacesContext context)
           
 void encodeEnd(FacesContext context)
           
 Boolean getBooleanProperty(String name, Boolean defaultValue)
           
 ChainSelect getChain()
           
 String getCssStyle()
           
 String getCssStyleClass()
           
 String getDisplay()
           
 String getEntryCssStyle()
           
 String getEntryCssStyleClass()
           
 String getEntrySeparator()
           
 String getFamily()
           
 String getImage()
           
 String getLabel()
           
 String getName()
           
 Object getProperty(String name)
           
 String getRendererType()
           
 String getStringProperty(String name, String defaultValue)
           
 boolean isDisplayIncremental()
           
 boolean isDisplayRoot()
           
 void restoreState(FacesContext context, Object state)
           
 Object saveState(FacesContext arg0)
           
 void setCssStyle(String cssStyle)
           
 void setCssStyleClass(String cssStyleClass)
           
 void setDisplay(String display)
           
 void setDisplayIncremental(boolean displayIncremental)
           
 void setDisplayRoot(boolean displayRoot)
           
 void setEntryCssStyle(String entryCssStyle)
           
 void setEntryCssStyleClass(String entryCssStyleClass)
           
 void setEntrySeparator(String entrySeparator)
           
 void setImage(String image)
           
 void setLabel(String label)
           
 void setName(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 String COMPONENT_TYPE
See Also:
Constant Field Values

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY
See Also:
Constant Field Values

REMOVE_ID

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

ChainSelectStatus

public ChainSelectStatus()
Method Detail

getEntrySeparator

public String getEntrySeparator()

setEntrySeparator

public void setEntrySeparator(String entrySeparator)

getFamily

public String getFamily()
Overrides:
getFamily in class UIOutput

getRendererType

public String getRendererType()
Overrides:
getRendererType in class UIComponentBase

restoreState

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

saveState

public Object saveState(FacesContext arg0)
Specified by:
saveState in interface StateHolder
Overrides:
saveState in class UIOutput

encodeBegin

public void encodeBegin(FacesContext context)
                 throws IOException
Overrides:
encodeBegin in class UIComponentBase
Throws:
IOException

encodeChildren

public void encodeChildren(FacesContext context)
                    throws IOException
Overrides:
encodeChildren in class UIComponentBase
Throws:
IOException

encodeEnd

public void encodeEnd(FacesContext context)
               throws IOException
Overrides:
encodeEnd in class UIComponentBase
Throws:
IOException

getProperty

public Object getProperty(String name)

getStringProperty

public String getStringProperty(String name,
                                String defaultValue)

getBooleanProperty

public Boolean getBooleanProperty(String name,
                                  Boolean defaultValue)

getName

public String getName()

setName

public void setName(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 String getCssStyle()

setCssStyle

public void setCssStyle(String cssStyle)

getCssStyleClass

public String getCssStyleClass()

setCssStyleClass

public void setCssStyleClass(String cssStyleClass)

getEntryCssStyle

public String getEntryCssStyle()

setEntryCssStyle

public void setEntryCssStyle(String entryCssStyle)

getEntryCssStyleClass

public String getEntryCssStyleClass()

setEntryCssStyleClass

public void setEntryCssStyleClass(String entryCssStyleClass)

getImage

public String getImage()

setImage

public void setImage(String image)

getDisplay

public String getDisplay()

setDisplay

public void setDisplay(String display)

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.