public class ChainSelectOutputComponent extends UIOutput
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
ChainSelectOutputComponent() |
Modifier and Type | Method and Description |
---|---|
Selection |
createSelection(String keyEnum)
Transform a comma-separated list of keys into a selection.
|
String |
getCssStyle() |
String |
getCssStyleClass() |
String |
getDirectoryNameList() |
String |
getDisplay()
Hide legacy "displayIdAndLabel" property.
|
boolean |
getDisplayIdAndLabel()
Deprecated.
use display=id|label|idAndLabel instead
|
String |
getDisplayKeySeparator() |
boolean |
getDisplayObsoleteEntries() |
String |
getEntrySeparator() |
String |
getFamily() |
boolean |
getHandleMultipleValues() |
String |
getKeySeparator() |
boolean |
getLocalize() |
boolean |
getQualifiedParentKeys() |
void |
restoreState(FacesContext context,
Object state) |
Object |
saveState(FacesContext context) |
void |
setCssStyle(String cssStyle) |
void |
setCssStyleClass(String cssStyleClass) |
void |
setDirectoryNameList(String directoryNameList) |
void |
setDisplay(String display) |
void |
setDisplayIdAndLabel(boolean displayIdAndLabel) |
void |
setDisplayKeySeparator(String keySeparator) |
void |
setDisplayObsoleteEntries(boolean displayObsoleteEntries) |
void |
setDisplayObsoleteEntries(Boolean displayObsoleteEntries) |
void |
setEntrySeparator(String entrySeparator) |
void |
setHandleMultipleValues(boolean handleMultipleValues) |
void |
setKeySeparator(String keySeparator) |
void |
setLocalize(boolean localize) |
void |
setQualifiedParentKeys(boolean qualifiedParentKeys) |
void |
setQualifiedParentKeys(Boolean qualifiedParentKeys) |
getConverter, getLocalValue, getValue, setConverter, setValue
broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
encodeAll, getContainerClientId, getValueExpression, setValueExpression
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getKeySeparator()
public void setDisplayKeySeparator(String keySeparator)
public String getDisplayKeySeparator()
public void setKeySeparator(String keySeparator)
public boolean getQualifiedParentKeys()
public boolean getHandleMultipleValues()
public void setHandleMultipleValues(boolean handleMultipleValues)
public void setQualifiedParentKeys(boolean qualifiedParentKeys)
@Deprecated public boolean getDisplayIdAndLabel()
public void setDisplayIdAndLabel(boolean displayIdAndLabel)
public boolean getLocalize()
public void setLocalize(boolean localize)
public String getDisplay()
public void setDisplay(String display)
public Object saveState(FacesContext context)
saveState
in interface StateHolder
saveState
in class UIOutput
public void restoreState(FacesContext context, Object state)
restoreState
in interface StateHolder
restoreState
in class UIOutput
public boolean getDisplayObsoleteEntries()
public Selection createSelection(String keyEnum)
keyEnum
- the comma-separated list of keyspublic String getEntrySeparator()
public void setEntrySeparator(String entrySeparator)
public String getCssStyle()
public void setCssStyle(String cssStyle)
public String getCssStyleClass()
public void setCssStyleClass(String cssStyleClass)
public void setDisplayObsoleteEntries(Boolean displayObsoleteEntries)
public void setDisplayObsoleteEntries(boolean displayObsoleteEntries)
public void setQualifiedParentKeys(Boolean qualifiedParentKeys)
public String getDirectoryNameList()
public void setDirectoryNameList(String directoryNameList)
Copyright © 2013 Nuxeo SA. All Rights Reserved.