@Named @ViewScoped public class RadioBoxShowcase extends AbstractInputShowcase implements Serializable
DEFAULT_NUMBER_PLACEHOLDER, DEFAULT_TEXT_PLACEHOLDER| Constructor and Description |
|---|
RadioBoxShowcase() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildCodeExamples(List<AbstractCodeExample> codeExamples) |
List<javax.faces.model.SelectItem> |
getComboBoxTypes() |
ComboBoxValueType |
getComboBoxValueType() |
RadioBoxLayoutType |
getRadioBoxLayoutType() |
List<javax.faces.model.SelectItem> |
getRadioLayoutTypes() |
String |
getReadableValue() |
Object |
getValue() |
List<javax.faces.model.SelectItem> |
getValues() |
protected Object |
initValue() |
boolean |
isConverterActive() |
void |
setComboBoxValueType(ComboBoxValueType comboBoxValueType) |
void |
setRadioBoxLayoutType(RadioBoxLayoutType radioBoxLayoutType) |
addAjaxTag, addOutputExample, generateDemoCSS, getAjaxType, getAjaxTypes, getLabel, getStyleClass, getStyleClasses, getTooltip, isAjax, isDisabled, isHideLabel, isReadonly, isRequired, isValidation, setAjaxType, setDisabled, setHideLabel, setLabel, setReadonly, setRequired, setStyleClass, setTooltip, setValidation, setValue, submitgetCodeExamples, isRendered, setRenderedprotected Object initValue()
initValue in class AbstractInputShowcasepublic Object getValue()
getValue in class AbstractInputShowcasepublic void buildCodeExamples(List<AbstractCodeExample> codeExamples)
buildCodeExamples in class AbstractCodeShowcasepublic String getReadableValue()
getReadableValue in class AbstractInputShowcasepublic List<javax.faces.model.SelectItem> getValues()
public boolean isConverterActive()
public List<javax.faces.model.SelectItem> getComboBoxTypes()
public List<javax.faces.model.SelectItem> getRadioLayoutTypes()
public ComboBoxValueType getComboBoxValueType()
public void setComboBoxValueType(ComboBoxValueType comboBoxValueType)
public RadioBoxLayoutType getRadioBoxLayoutType()
public void setRadioBoxLayoutType(RadioBoxLayoutType radioBoxLayoutType)
Copyright © 2015. All rights reserved.