@Named @ViewScoped public class TextAreaShowcaseSingleCodeComponent extends AbstractInputShowcaseSingleCodeComponent implements Serializable
DEFAULT_NUMBER_PLACEHOLDER, DEFAULT_TEXT_PLACEHOLDER| Constructor and Description |
|---|
TextAreaShowcaseSingleCodeComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addCss(StringBuilder sb)
Is called by getCss() and can be used to add custom css output.
|
protected String |
getEmptyDistanceString() |
Boolean |
getExpandable() |
Integer |
getMaxLength() |
String |
getPlaceholder() |
String |
getReadableValue() |
String |
getXHtml() |
protected Object |
initValue() |
void |
setExpandable(Boolean expandable) |
void |
setMaxLength(Integer maxLength) |
void |
setPlaceholder(String placeholder) |
createAjaxXhtml, createOutputXhtml, getAjaxType, getAjaxTypes, getAvailableFacetTypes, getBadgeText, getCss, getInputStyleClass, getInputStyleClasses, getLabel, getLabelStyleClass, getLabelStyleClasses, getStyleClass, getStyleClasses, getTooltip, getValue, isAjax, isHideLabel, isReadonly, isRequired, isValidation, setAjaxType, setBadgeText, setHideLabel, setInputStyleClass, setLabel, setLabelStyleClass, setReadonly, setRequired, setStyleClass, setTooltip, setValidation, setValue, submitaddJavaCode, addJs, addXhtmlEnd, addXhtmlStart, addXhtmlStart, appendBoolean, appendBoolean, appendString, appendString, getJavaCode, getJs, isDisabled, isRendered, setDisabled, setRenderedprotected Object initValue()
initValue in class AbstractInputShowcaseSingleCodeComponentpublic String getReadableValue()
getReadableValue in class AbstractInputShowcaseSingleCodeComponentpublic String getXHtml()
getXHtml in class AbstractShowcaseSingleCodeComponentprotected void addCss(StringBuilder sb)
AbstractShowcaseSingleCodeComponentaddCss in class AbstractShowcaseSingleCodeComponentprotected String getEmptyDistanceString()
getEmptyDistanceString in class AbstractShowcaseSingleCodeComponentpublic Integer getMaxLength()
public void setMaxLength(Integer maxLength)
public Boolean getExpandable()
public void setExpandable(Boolean expandable)
public String getPlaceholder()
public void setPlaceholder(String placeholder)
Copyright © 2015. All rights reserved.