@Named @ViewScoped public class CheckBoxShowcase extends AbstractInputShowcase implements Serializable
DEFAULT_NUMBER_PLACEHOLDER, DEFAULT_TEXT_PLACEHOLDER| Constructor and Description |
|---|
CheckBoxShowcase() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildCodeExamples(List<AbstractCodeExample> codeExamples) |
String |
getDescription() |
String |
getReadableValue() |
protected Object |
initValue() |
boolean |
isAsSwitch() |
boolean |
isAutoFocus() |
boolean |
isReadableValueSupported() |
void |
setAsSwitch(boolean asSwitch) |
void |
setAutoFocus(boolean autoFocus) |
void |
setDescription(String description) |
addAjaxTag, addOutputExample, generateDemoCSS, getAjaxType, getAjaxTypes, getLabel, getSelectedStyleClass, getStyleClass, getStyleClasses, getTooltip, getValue, 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 String getReadableValue()
getReadableValue in class AbstractInputShowcasepublic boolean isReadableValueSupported()
isReadableValueSupported in class AbstractInputShowcasepublic void buildCodeExamples(List<AbstractCodeExample> codeExamples)
buildCodeExamples in class AbstractCodeShowcasepublic String getDescription()
public void setDescription(String description)
public boolean isAutoFocus()
public void setAutoFocus(boolean autoFocus)
public boolean isAsSwitch()
public void setAsSwitch(boolean asSwitch)
Copyright © 2019. All rights reserved.