@Named @SessionScoped public class ComboBoxShowcaseComponent extends AbstractShowcaseComponent implements Serializable
END_BRACE, NEW_LINE, START_BRACE| Constructor and Description |
|---|
ComboBoxShowcaseComponent() |
| Modifier and Type | Method and Description |
|---|---|
List<javax.faces.model.SelectItem> |
getComboBoxTypes() |
ComboBoxValueType |
getComboBoxValueType() |
String |
getReadableValue() |
Object |
getValue() |
List<javax.faces.model.SelectItem> |
getValues() |
String |
getXHtml() |
protected Object |
initValue() |
boolean |
isConverterActive() |
void |
setComboBoxValueType(ComboBoxValueType comboBoxValueType) |
addCss, createAjaxXhtml, createOutputXhtml, getAjaxType, getAjaxTypes, getCss, getLabel, getTooltip, isAjax, isFloating, isReadonly, isRendered, isRequired, isValidation, setAjaxType, setFloating, setLabel, setReadonly, setRendered, setRequired, setTooltip, setValidation, setValue, submitprotected Object initValue()
initValue in class AbstractShowcaseComponentpublic Object getValue()
getValue in class AbstractShowcaseComponentpublic String getReadableValue()
getReadableValue in class AbstractShowcaseComponentpublic List<javax.faces.model.SelectItem> getValues()
public String getXHtml()
getXHtml in class AbstractShowcaseComponentpublic boolean isConverterActive()
public List<javax.faces.model.SelectItem> getComboBoxTypes()
public ComboBoxValueType getComboBoxValueType()
public void setComboBoxValueType(ComboBoxValueType comboBoxValueType)
Copyright © 2014. All rights reserved.