@Named @ViewScoped public class TextAreaShowcase extends AbstractInputShowcase implements Serializable
DEFAULT_NUMBER_PLACEHOLDER, DEFAULT_TEXT_PLACEHOLDER| Constructor and Description |
|---|
TextAreaShowcase() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildCodeExamples(List<AbstractCodeExample> codeExamples) |
Boolean |
getExpandable() |
Integer |
getMaxLength() |
String |
getPlaceholder() |
String |
getReadableValue() |
protected Object |
initValue() |
boolean |
isAutoFocus() |
boolean |
isWarningRendered() |
void |
setAutoFocus(boolean autoFocus) |
void |
setExpandable(Boolean expandable) |
void |
setMaxLength(Integer maxLength) |
void |
setPlaceholder(String placeholder) |
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 Integer getMaxLength()
public void setMaxLength(Integer maxLength)
public Boolean getExpandable()
public void setExpandable(Boolean expandable)
public String getPlaceholder()
public void setPlaceholder(String placeholder)
public boolean isAutoFocus()
public void setAutoFocus(boolean autoFocus)
public boolean isWarningRendered()
Copyright © 2021. All rights reserved.