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) |
protected static String |
translate(javax.faces.context.FacesContext context,
String label) |
clearInitialState, getConverter, getLocalValue, getValue, markInitialState, resetValue, setConverter, setValue
addClientBehavior, addFacesListener, broadcast, decode, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, 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 ChainSelectStatus()
public String getEntrySeparator()
public void setEntrySeparator(String entrySeparator)
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 Object getProperty(String name)
public String getStringProperty(String name, String defaultValue)
public Boolean getBooleanProperty(String name, Boolean defaultValue)
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 getDisplay()
public void setDisplay(String display)
Copyright © 2018 Nuxeo. All rights reserved.