@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() |
List<javax.faces.model.SelectItem> |
getConfirmKeyTypes() |
Integer |
getMaxChars() |
Integer |
getMaxTags() |
String |
getPlaceholder() |
String |
getReadableValue() |
ConfirmKeyType |
getSelectedConfirmKeyType() |
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 |
setSelectedConfirmKeyType(ConfirmKeyType selectedConfirmKeyType) |
void |
setTrimValue(boolean trimValue) |
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 List<javax.faces.model.SelectItem> getConfirmKeyTypes()
public 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)
public String getConfirmKeys()
public ConfirmKeyType getSelectedConfirmKeyType()
public void setSelectedConfirmKeyType(ConfirmKeyType selectedConfirmKeyType)
Copyright © 2015. All rights reserved.