@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) |
Integer |
getMaxChars() |
Integer |
getMaxTags() |
String |
getPlaceholder() |
String |
getReadableValue() |
protected Object |
initValue() |
boolean |
isAllowDuplicates() |
boolean |
isAutoFocus() |
boolean |
isTrimValue() |
void |
setAllowDuplicates(boolean allowDuplicates) |
void |
setAutoFocus(boolean autoFocus) |
void |
setMaxChars(Integer maxChars) |
void |
setMaxTags(Integer maxTags) |
void |
setPlaceholder(String placeholder) |
void |
setTrimValue(boolean trimValue) |
addAjaxTag, addOutputExample, generateDemoCSS, getAjaxType, getAjaxTypes, getLabel, getStyleClass, getStyleClasses, getTooltip, getValue, isAjax, isHideLabel, isReadonly, isRequired, isValidation, setAjaxType, setHideLabel, setLabel, setReadonly, setRequired, setStyleClass, setTooltip, setValidation, setValue, submitgetCodeExamples, isDisabled, isRendered, setDisabled, 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 isAllowDuplicates()
public void setAllowDuplicates(boolean allowDuplicates)
public boolean isTrimValue()
public void setTrimValue(boolean trimValue)
public Integer getMaxTags()
public void setMaxTags(Integer maxTags)
public Integer getMaxChars()
public void setMaxChars(Integer maxChars)
Copyright © 2015. All rights reserved.