public class HtmlTextArea extends javax.faces.component.html.HtmlInputTextarea implements HtmlInputComponent, Placeholder, AutoFocus, Tooltip, Label, Readonly, MaxLength
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
protected static String |
PROPERTY_EXPANDABLE |
protected static String |
PROPERTY_HIDE_LABEL |
protected static String |
PROPERTY_HTML5_AUTO_FOCUS |
protected static String |
PROPERTY_MAXLENGTH |
protected static String |
PROPERTY_PLACEHOLDER |
protected static String |
PROPERTY_VALIDATION_ERROR_PLACEMENT |
static String |
RENDERER_TYPE |
| Constructor and Description |
|---|
HtmlTextArea() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getExpandable() |
String |
getFamily() |
Integer |
getMaxLength() |
String |
getPlaceholder() |
Object |
getSubmittedValue() |
List<InputComponentFacet> |
getSupportedFacets() |
String |
getValidationErrorPlacement() |
boolean |
isAutoFocus() |
boolean |
isHideLabel() |
void |
setAutoFocus(boolean autoFocus) |
void |
setExpandable(Boolean expandable) |
void |
setHideLabel(boolean hideLabel) |
void |
setMaxLength(Integer maxLength) |
void |
setPlaceholder(String placeholder) |
void |
setValidationErrorPlacement(String validationErrorPlacement) |
void |
setValue(Object value) |
getAccesskey, getCols, getDefaultEventName, getDir, getEventNames, getLabel, getLang, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getRole, getRows, getStyle, getStyleClass, getTabindex, getTitle, isDisabled, isReadonly, setAccesskey, setCols, setDir, setDisabled, setLabel, setLang, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setRole, setRows, setStyle, setStyleClass, setTabindex, setTitleaddValidator, addValueChangeListener, clearInitialState, compareValues, decode, getConvertedValue, getConverterMessage, getRequiredMessage, getValidator, getValidatorMessage, getValidators, getValue, getValueChangeListener, getValueChangeListeners, isEmpty, isImmediate, isLocalValueSet, isRequired, isValid, markInitialState, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, resetValue, restoreState, saveState, setConverterMessage, setImmediate, setLocalValueSet, setRequired, setRequiredMessage, setSubmittedValue, setValid, setValidator, setValidatorMessage, setValueChangeListener, updateModel, validate, validateValuegetConverter, getLocalValue, setConverteraddClientBehavior, addFacesListener, broadcast, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClientId, getValuegetStyleClassisValidisReadonlyisRequiredpublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String RENDERER_TYPE
protected static final String PROPERTY_HIDE_LABEL
protected static final String PROPERTY_MAXLENGTH
protected static final String PROPERTY_PLACEHOLDER
protected static final String PROPERTY_EXPANDABLE
protected static final String PROPERTY_HTML5_AUTO_FOCUS
protected static final String PROPERTY_VALIDATION_ERROR_PLACEMENT
public List<InputComponentFacet> getSupportedFacets()
getSupportedFacets in interface SupportedFacetspublic String getFamily()
getFamily in class javax.faces.component.UIInputpublic void setValue(Object value)
setValue in interface javax.faces.component.ValueHoldersetValue in class javax.faces.component.UIInputpublic Object getSubmittedValue()
getSubmittedValue in interface javax.faces.component.EditableValueHoldergetSubmittedValue in class javax.faces.component.UIInputpublic boolean isAutoFocus()
isAutoFocus in interface AutoFocuspublic void setAutoFocus(boolean autoFocus)
setAutoFocus in interface AutoFocuspublic boolean isHideLabel()
isHideLabel in interface HideLabelpublic void setHideLabel(boolean hideLabel)
public String getPlaceholder()
getPlaceholder in interface Placeholderpublic void setPlaceholder(String placeholder)
setPlaceholder in interface Placeholderpublic Integer getMaxLength()
getMaxLength in interface MaxLengthpublic void setMaxLength(Integer maxLength)
public Boolean getExpandable()
public void setExpandable(Boolean expandable)
public String getValidationErrorPlacement()
getValidationErrorPlacement in interface Validationpublic void setValidationErrorPlacement(String validationErrorPlacement)
Copyright © 2019. All rights reserved.