public class HtmlTags extends HtmlText
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
protected static String |
PROPERTY_ALLOW_DUPLICATES |
protected static String |
PROPERTY_CONFIRM_KEYS |
protected static String |
PROPERTY_MAX_CHARS |
protected static String |
PROPERTY_MAX_TAGS |
protected static String |
PROPERTY_TRIM_VALUE |
static String |
RENDERER_TYPE |
PROPERTY_HIDE_LABEL, PROPERTY_HTML5_AUTO_FOCUS, PROPERTY_HTML5_MAX, PROPERTY_HTML5_MIN, PROPERTY_HTML5_PATTERN, PROPERTY_HTML5_PLACEHOLDER, PROPERTY_HTML5_TYPE| Constructor and Description |
|---|
HtmlTags() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfirmKeys() |
String |
getFamily() |
Integer |
getMaxChars() |
Integer |
getMaxTags() |
List<InputComponentFacet> |
getSupportedFacets() |
boolean |
isAllowDuplicates() |
boolean |
isTrimValue() |
void |
setAllowDuplicates(boolean allowDuplicates) |
void |
setConfirmKeys(String confirmKeys) |
void |
setMaxChars(Integer maxChars) |
void |
setMaxTags(Integer maxTags) |
void |
setTrimValue(boolean trimValue) |
getEventNames, getMax, getMin, getPattern, getPlaceholder, getType, isAutoFocus, isHideLabel, setAutoFocus, setHideLabel, setMax, setMin, setPattern, setPlaceholder, setType, updateStateHelpergetAccesskey, 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, getSubmittedValue, 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, setValue, 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_MAX_TAGS
protected static final String PROPERTY_MAX_CHARS
protected static final String PROPERTY_TRIM_VALUE
protected static final String PROPERTY_ALLOW_DUPLICATES
protected static final String PROPERTY_CONFIRM_KEYS
public List<InputComponentFacet> getSupportedFacets()
getSupportedFacets in interface SupportedFacetsgetSupportedFacets in class HtmlTextpublic Integer getMaxTags()
public void setMaxTags(Integer maxTags)
public Integer getMaxChars()
public void setMaxChars(Integer maxChars)
public boolean isTrimValue()
public void setTrimValue(boolean trimValue)
public boolean isAllowDuplicates()
public void setAllowDuplicates(boolean allowDuplicates)
public String getConfirmKeys()
public void setConfirmKeys(String confirmKeys)
Copyright © 2015. All rights reserved.