public class HtmlText extends javax.faces.component.html.HtmlInputText implements HtmlInputComponent, AutoFocus, Placeholder, Tooltip, Label, Readonly, AutoComplete
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
protected static String |
PROPERTY_HIDE_LABEL |
protected static String |
PROPERTY_HTML5_AUTO_FOCUS |
protected static String |
PROPERTY_HTML5_MAX |
protected static String |
PROPERTY_HTML5_MIN |
protected static String |
PROPERTY_HTML5_PATTERN |
protected static String |
PROPERTY_HTML5_PLACEHOLDER |
protected static String |
PROPERTY_HTML5_TYPE |
protected static String |
PROPERTY_VALIDATION_ERROR_PLACEMENT |
static String |
RENDERER_TYPE |
| Constructor and Description |
|---|
HtmlText() |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getEventNames() |
String |
getFamily() |
String |
getMax() |
String |
getMin() |
String |
getPattern() |
String |
getPlaceholder() |
Object |
getSubmittedValue() |
List<InputComponentFacet> |
getSupportedFacets() |
String |
getType() |
String |
getValidationErrorPlacement() |
boolean |
isAutoFocus() |
boolean |
isHideLabel() |
void |
setAutoFocus(boolean autoFocus) |
void |
setHideLabel(boolean hideLabel) |
void |
setMax(String max) |
void |
setMin(String min) |
void |
setPattern(String pattern) |
void |
setPlaceholder(String placeholder) |
void |
setType(String type) |
void |
setValidationErrorPlacement(String validationErrorPlacement) |
void |
setValue(Object value) |
protected void |
updateStateHelper(String propertyName,
Object value) |
getAccesskey, getAlt, getAutocomplete, getDefaultEventName, getDir, getLabel, getLang, getMaxlength, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getRole, getSize, getStyle, getStyleClass, getTabindex, getTitle, isDisabled, isReadonly, setAccesskey, setAlt, setAutocomplete, setDir, setDisabled, setLabel, setLang, setMaxlength, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setRole, setSize, 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, getValuegetStyleClassisValidisReadonlyisRequiredgetAutocompletepublic 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_HTML5_PLACEHOLDER
protected static final String PROPERTY_HTML5_TYPE
protected static final String PROPERTY_HTML5_AUTO_FOCUS
protected static final String PROPERTY_HTML5_PATTERN
protected static final String PROPERTY_HTML5_MIN
protected static final String PROPERTY_HTML5_MAX
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 Collection<String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.html.HtmlInputTextpublic 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 isHideLabel()
isHideLabel in interface HideLabelpublic void setHideLabel(boolean hideLabel)
public String getPlaceholder()
getPlaceholder in interface Placeholderpublic void setPlaceholder(String placeholder)
setPlaceholder in interface Placeholderpublic String getType()
public void setType(String type)
public String getPattern()
public void setPattern(String pattern)
public String getMin()
public void setMin(String min)
public String getMax()
public void setMax(String max)
public String getValidationErrorPlacement()
getValidationErrorPlacement in interface Validationpublic void setValidationErrorPlacement(String validationErrorPlacement)
public boolean isAutoFocus()
isAutoFocus in interface AutoFocuspublic void setAutoFocus(boolean autoFocus)
setAutoFocus in interface AutoFocusCopyright © 2019. All rights reserved.