public class ChainSelectStatus
extends javax.faces.component.UIOutput
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
REMOVE_ID |
Constructor and Description |
---|
ChainSelectStatus() |
Modifier and Type | Method and Description |
---|---|
void |
encodeBegin(javax.faces.context.FacesContext context) |
void |
encodeChildren(javax.faces.context.FacesContext context) |
void |
encodeEnd(javax.faces.context.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(javax.faces.context.FacesContext context,
Object state) |
Object |
saveState(javax.faces.context.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) |
clearInitialState, getConverter, getLocalValue, getValue, markInitialState, resetValue, setConverter, setValue
addClientBehavior, broadcast, decode, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String REMOVE_ID
public String getEntrySeparator()
public void setEntrySeparator(String entrySeparator)
public String getFamily()
getFamily
in class javax.faces.component.UIOutput
public String getRendererType()
getRendererType
in class javax.faces.component.UIComponentBase
public void restoreState(javax.faces.context.FacesContext context, Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIOutput
public Object saveState(javax.faces.context.FacesContext arg0)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIOutput
public void encodeBegin(javax.faces.context.FacesContext context) throws IOException
encodeBegin
in class javax.faces.component.UIComponentBase
IOException
public void encodeChildren(javax.faces.context.FacesContext context) throws IOException
encodeChildren
in class javax.faces.component.UIComponentBase
IOException
public void encodeEnd(javax.faces.context.FacesContext context) throws IOException
encodeEnd
in class javax.faces.component.UIComponentBase
IOException
public String getName()
public void setName(String name)
public ChainSelect getChain()
public boolean isDisplayIncremental()
public void setDisplayIncremental(boolean displayIncremental)
public boolean isDisplayRoot()
public void setDisplayRoot(boolean displayRoot)
public String getCssStyle()
public void setCssStyle(String cssStyle)
public String getCssStyleClass()
public void setCssStyleClass(String cssStyleClass)
public String getEntryCssStyle()
public void setEntryCssStyle(String entryCssStyle)
public String getEntryCssStyleClass()
public void setEntryCssStyleClass(String entryCssStyleClass)
public String getImage()
public void setImage(String image)
public String getDisplay()
public void setDisplay(String display)
public String getLabel()
public void setLabel(String label)
Copyright © 2015 Nuxeo SA. All rights reserved.