public class HtmlTags extends HtmlText
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
protected static String |
PROPERTY_AUTOCOMPLETE |
protected static String |
PROPERTY_CONFIRM_KEYS |
protected static String |
PROPERTY_DISTINCT |
protected static String |
PROPERTY_ENTRIES |
protected static String |
PROPERTY_MAX_TAGS |
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, PROPERTY_VALIDATION_ERROR_PLACEMENT| Constructor and Description |
|---|
HtmlTags() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfirmKeys() |
List<Object> |
getEntries() |
String |
getFamily() |
Integer |
getMaxTags() |
List<InputComponentFacet> |
getSupportedFacets() |
boolean |
isAutoComplete() |
boolean |
isDistinct() |
void |
setAutoComplete(boolean autoComplete) |
void |
setConfirmKeys(String confirmKeys) |
void |
setDistinct(boolean distinct) |
void |
setEntries(List<Object> entries) |
void |
setMaxTags(Integer maxTags) |
getEventNames, getMax, getMin, getPattern, getPlaceholder, getSubmittedValue, getType, getValidationErrorPlacement, isAutoFocus, isHideLabel, setAutoFocus, setHideLabel, setMax, setMin, setPattern, setPlaceholder, setType, setValidationErrorPlacement, setValue, 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, 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_ENTRIES
protected static final String PROPERTY_MAX_TAGS
protected static final String PROPERTY_DISTINCT
protected static final String PROPERTY_CONFIRM_KEYS
protected static final String PROPERTY_AUTOCOMPLETE
public List<InputComponentFacet> getSupportedFacets()
getSupportedFacets in interface SupportedFacetsgetSupportedFacets in class HtmlTextpublic Integer getMaxTags()
public void setMaxTags(Integer maxTags)
public boolean isDistinct()
public void setDistinct(boolean distinct)
public String getConfirmKeys()
public void setConfirmKeys(String confirmKeys)
public boolean isAutoComplete()
public void setAutoComplete(boolean autoComplete)
Copyright © 2018. All rights reserved.