@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) |
RadioBoxExampleType |
getExampleType() |
List<EnumTreeBoxWrapper> |
getExampleTypes() |
RadioBoxLayoutType |
getRadioBoxLayoutType() |
List<EnumTreeBoxWrapper> |
getRadioLayoutTypes() |
String |
getReadableValue() |
Object |
getValue() |
List |
getValues() |
protected Object |
initValue() |
void |
setExampleType(RadioBoxExampleType exampleType) |
void |
setRadioBoxLayoutType(RadioBoxLayoutType radioBoxLayoutType) |
addAjaxTag, addOutputExample, generateDemoCSS, getAjaxType, getAjaxTypes, getLabel, getSelectedStyleClass, 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 getValues()
public List<EnumTreeBoxWrapper> getExampleTypes()
public List<EnumTreeBoxWrapper> getRadioLayoutTypes()
public RadioBoxExampleType getExampleType()
public void setExampleType(RadioBoxExampleType exampleType)
public RadioBoxLayoutType getRadioBoxLayoutType()
public void setRadioBoxLayoutType(RadioBoxLayoutType radioBoxLayoutType)
Copyright © 2018. All rights reserved.