@Named @ViewScoped public class TagsShowcase extends AbstractInputShowcase implements Serializable
DEFAULT_NUMBER_PLACEHOLDER, DEFAULT_TEXT_PLACEHOLDER| Constructor and Description |
|---|
TagsShowcase() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildCodeExamples(List<AbstractCodeExample> codeExamples) |
String |
getConfirmKeys() |
Integer |
getMaxTags() |
String |
getPlaceholder() |
String |
getReadableValue() |
protected Object |
initValue() |
boolean |
isAutoFocus() |
boolean |
isDistinct() |
void |
setAutoFocus(boolean autoFocus) |
void |
setConfirmKeys(String confirmKeys) |
void |
setDistinct(boolean distinct) |
void |
setMaxTags(Integer maxTags) |
void |
setPlaceholder(String placeholder) |
addAjaxTag, addOutputExample, generateDemoCSS, getAjaxType, getAjaxTypes, getLabel, 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 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 boolean isDistinct()
public void setDistinct(boolean distinct)
public Integer getMaxTags()
public void setMaxTags(Integer maxTags)
public String getConfirmKeys()
public void setConfirmKeys(String confirmKeys)
Copyright © 2016. All rights reserved.