@Named @ViewScoped public class NumberShowcase extends AbstractInputShowcase implements Serializable
DEFAULT_NUMBER_PLACEHOLDER, DEFAULT_TEXT_PLACEHOLDER| Constructor and Description |
|---|
NumberShowcase() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildCodeExamples(List<AbstractCodeExample> codeExamples) |
String |
getMax() |
String |
getMin() |
String |
getPlaceholder() |
String |
getReadableValue() |
String |
getStep() |
protected Object |
initValue() |
boolean |
isAutoFocus() |
void |
setAutoFocus(boolean autoFocus) |
void |
setMax(String max) |
void |
setMin(String min) |
void |
setPlaceholder(String placeholder) |
void |
setStep(String step) |
addAjaxTag, addOutputExample, generateDemoCSS, getAjaxType, getAjaxTypes, getLabel, getSelectedStyleClass, getStyleClass, getStyleClasses, getTooltip, getValue, isAjax, isDisabled, isHideLabel, isReadableValueSupported, 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 void buildCodeExamples(List<AbstractCodeExample> codeExamples)
buildCodeExamples in class AbstractCodeShowcasepublic String getPlaceholder()
public void setPlaceholder(String placeholder)
public boolean isAutoFocus()
public void setAutoFocus(boolean autoFocus)
public String getMin()
public void setMin(String min)
public String getMax()
public void setMax(String max)
public String getStep()
public void setStep(String step)
Copyright © 2019. All rights reserved.