@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 |
getEntries() |
Integer |
getMaxTags() |
String |
getPlaceholder() |
String |
getReadableValue() |
TagsExampleType |
getSelectedTagsExampleType() |
List<EnumTreeBoxWrapper> |
getTagsExampleTypes() |
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) |
void |
setSelectedTagsExampleType(TagsExampleType selectedTagsExampleType) |
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 List<EnumTreeBoxWrapper> getTagsExampleTypes()
public List getEntries()
public 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)
public TagsExampleType getSelectedTagsExampleType()
public void setSelectedTagsExampleType(TagsExampleType selectedTagsExampleType)
Copyright © 2019. All rights reserved.