public class AutoComplete extends javax.faces.component.html.HtmlInputText implements Widget, InputHolder, MixedClientBehaviorHolder
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AutoComplete.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
DROPDOWN_CLASS |
static String |
INPUT_CLASS |
static String |
INPUT_WITH_DROPDOWN_CLASS |
static String |
ITEM_CLASS |
static String |
ITEMTIP_CONTENT_CLASS |
static String |
LIST_CLASS |
static String |
MOBILE_CLEAR_ICON_CLASS |
static String |
MOBILE_INPUT_CONTAINER_CLASS |
static String |
MOBILE_ITEM_CLASS |
static String |
MOBILE_ITEM_CONTAINER_CLASS |
static String |
MOBILE_PANEL_CLASS |
static String |
MULTIPLE_CONTAINER_CLASS |
static String |
MULTIPLE_STYLE_CLASS |
static String |
PANEL_CLASS |
static String |
ROW_CLASS |
static String |
STYLE_CLASS |
static String |
TABLE_CLASS |
static String |
TOKEN_DISPLAY_CLASS |
static String |
TOKEN_ICON_CLASS |
static String |
TOKEN_INPUT_CLASS |
static String |
TOKEN_LABEL_CLASS |
| Constructor and Description |
|---|
AutoComplete() |
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, 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, 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, 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, waitpublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String STYLE_CLASS
public static final String MULTIPLE_STYLE_CLASS
public static final String INPUT_CLASS
public static final String INPUT_WITH_DROPDOWN_CLASS
public static final String DROPDOWN_CLASS
public static final String PANEL_CLASS
public static final String LIST_CLASS
public static final String TABLE_CLASS
public static final String ITEM_CLASS
public static final String ROW_CLASS
public static final String TOKEN_DISPLAY_CLASS
public static final String TOKEN_LABEL_CLASS
public static final String TOKEN_ICON_CLASS
public static final String TOKEN_INPUT_CLASS
public static final String MULTIPLE_CONTAINER_CLASS
public static final String ITEMTIP_CONTENT_CLASS
public static final String MOBILE_INPUT_CONTAINER_CLASS
public static final String MOBILE_PANEL_CLASS
public static final String MOBILE_ITEM_CONTAINER_CLASS
public static final String MOBILE_ITEM_CLASS
public static final String MOBILE_CLEAR_ICON_CLASS
public String getFamily()
getFamily in class javax.faces.component.UIInputpublic String getPlaceholder()
public void setPlaceholder(String _placeholder)
public String getWidgetVar()
public void setWidgetVar(String _widgetVar)
public javax.el.MethodExpression getCompleteMethod()
public void setCompleteMethod(javax.el.MethodExpression _completeMethod)
public String getVar()
public void setVar(String _var)
public String getItemLabel()
public void setItemLabel(String _itemLabel)
public Object getItemValue()
public void setItemValue(Object _itemValue)
public int getMaxResults()
public void setMaxResults(int _maxResults)
public int getMinQueryLength()
public void setMinQueryLength(int _minQueryLength)
public int getQueryDelay()
public void setQueryDelay(int _queryDelay)
public int getQueryDeletionDelay()
public void setQueryDeletionDelay(int _queryDeletionDelay)
public boolean isForceSelection()
public void setForceSelection(boolean _forceSelection)
public int getScrollHeight()
public void setScrollHeight(int _scrollHeight)
public String getEffect()
public void setEffect(String _effect)
public int getEffectDuration()
public void setEffectDuration(int _effectDuration)
public boolean isDropdown()
public void setDropdown(boolean _dropdown)
public String getPanelStyle()
public void setPanelStyle(String _panelStyle)
public String getPanelStyleClass()
public void setPanelStyleClass(String _panelStyleClass)
public boolean isMultiple()
public void setMultiple(boolean _multiple)
public String getItemtipMyPosition()
public void setItemtipMyPosition(String _itemtipMyPosition)
public String getItemtipAtPosition()
public void setItemtipAtPosition(String _itemtipAtPosition)
public boolean isCache()
public void setCache(boolean _cache)
public int getCacheTimeout()
public void setCacheTimeout(int _cacheTimeout)
public String getEmptyMessage()
public void setEmptyMessage(String _emptyMessage)
public String getAppendTo()
public void setAppendTo(String _appendTo)
public Collection<String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.html.HtmlInputTextpublic Collection<String> getUnobstrusiveEventNames()
getUnobstrusiveEventNames in interface MixedClientBehaviorHolderpublic void queueEvent(javax.faces.event.FacesEvent event)
queueEvent in class javax.faces.component.UIComponentBasepublic void broadcast(javax.faces.event.FacesEvent event)
throws javax.faces.event.AbortProcessingException
broadcast in class javax.faces.component.UIComponentBasejavax.faces.event.AbortProcessingExceptionpublic List getSuggestions()
public String getInputClientId()
getInputClientId in interface InputHolderpublic String resolveWidgetVar()
resolveWidgetVar in interface WidgetCopyright © 2014. All rights reserved.