@Named @ViewScoped public class MaskedTextShowcase extends AbstractInputShowcase implements Serializable
DEFAULT_NUMBER_PLACEHOLDER, DEFAULT_TEXT_PLACEHOLDER| Constructor and Description |
|---|
MaskedTextShowcase() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildCodeExamples(List<AbstractCodeExample> codeExamples) |
List<EnumTreeBoxWrapper> |
getAvailableFacetTypes() |
String |
getDataInputMask() |
String |
getInputMask() |
List<EnumTreeBoxWrapper> |
getInputMaskTypes() |
String |
getMax() |
String |
getMin() |
String |
getPattern() |
String |
getPlaceholder() |
String |
getReadableValue() |
FacetType |
getSelectedFacetType() |
InputMaskType |
getSelectedInputMaskType() |
String |
getType() |
void |
init() |
protected Object |
initValue() |
boolean |
isAutoFocus() |
void |
setAutoFocus(boolean autoFocus) |
void |
setMax(String max) |
void |
setMin(String min) |
void |
setPattern(String pattern) |
void |
setPlaceholder(String placeholder) |
void |
setSelectedFacetType(FacetType selectedFacetType) |
void |
setSelectedInputMaskType(InputMaskType selectedInputMaskType) |
void |
setType(String type) |
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, setRendered@PostConstruct public void init()
protected Object initValue()
initValue in class AbstractInputShowcasepublic String getReadableValue()
getReadableValue in class AbstractInputShowcasepublic void buildCodeExamples(List<AbstractCodeExample> codeExamples)
buildCodeExamples in class AbstractCodeShowcasepublic List<EnumTreeBoxWrapper> getAvailableFacetTypes()
public List<EnumTreeBoxWrapper> getInputMaskTypes()
public String getPlaceholder()
public void setPlaceholder(String placeholder)
public String getType()
public void setType(String type)
public boolean isAutoFocus()
public void setAutoFocus(boolean autoFocus)
public String getPattern()
public void setPattern(String pattern)
public String getMin()
public void setMin(String min)
public String getMax()
public void setMax(String max)
public FacetType getSelectedFacetType()
public void setSelectedFacetType(FacetType selectedFacetType)
public InputMaskType getSelectedInputMaskType()
public void setSelectedInputMaskType(InputMaskType selectedInputMaskType)
public String getInputMask()
public String getDataInputMask()
Copyright © 2019. All rights reserved.