public class AutoComplete
extends javax.faces.component.html.HtmlInputText
Modifier and Type | Class and Description |
---|---|
static class |
org.primefaces.component.autocomplete.AutoCompleteBase.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
DEFAULT_RENDERER |
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 |
MORE_TEXT_LIST_CLASS |
static String |
MORE_TEXT_TABLE_CLASS |
static String |
MULTIPLE_CONTAINER_CLASS |
static String |
MULTIPLE_CONTAINER_WITH_DROPDOWN_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 |
static String |
TOKEN_LABEL_DISABLED_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, 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, setSize, setStyle, setStyleClass, setTabindex, setTitle
addValidator, addValueChangeListener, clearInitialState, compareValues, decode, getConvertedValue, getConverterMessage, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, 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, validateValue
getConverter, getLocalValue, getValue, setConverter
addClientBehavior, addFacesListener, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final String COMPONENT_TYPE
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_LABEL_DISABLED_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 MULTIPLE_CONTAINER_WITH_DROPDOWN_CLASS
public static final String ITEMTIP_CONTENT_CLASS
public static final String MORE_TEXT_LIST_CLASS
public static final String MORE_TEXT_TABLE_CLASS
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.html.HtmlInputText
public Collection<String> getUnobstrusiveEventNames()
public boolean isMoreTextRequest(javax.faces.context.FacesContext context)
public boolean isDynamicLoadRequest(javax.faces.context.FacesContext context)
public void queueEvent(javax.faces.event.FacesEvent event)
queueEvent
in class javax.faces.component.UIComponentBase
public void broadcast(javax.faces.event.FacesEvent event) throws javax.faces.event.AbortProcessingException
broadcast
in class javax.faces.component.UIComponentBase
javax.faces.event.AbortProcessingException
public List getSuggestions()
public String getInputClientId()
public String getValidatableInputClientId()
public String getLabelledBy()
public void setLabelledBy(String labelledBy)
public String getFamily()
getFamily
in class javax.faces.component.UIInput
public 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 String getItemStyleClass()
public void setItemStyleClass(String itemStyleClass)
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 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 String getResultsMessage()
public void setResultsMessage(String resultsMessage)
public Object getGroupBy()
public void setGroupBy(Object groupBy)
public String getQueryEvent()
public void setQueryEvent(String queryEvent)
public String getDropdownMode()
public void setDropdownMode(String dropdownMode)
public boolean isAutoHighlight()
public void setAutoHighlight(boolean autoHighlight)
public int getSelectLimit()
public void setSelectLimit(int selectLimit)
public String getInputStyle()
public void setInputStyle(String inputStyle)
public String getInputStyleClass()
public void setInputStyleClass(String inputStyleClass)
public String getGroupByTooltip()
public void setGroupByTooltip(String groupByTooltip)
public String getMy()
public void setMy(String my)
public String getAt()
public void setAt(String at)
public boolean isActive()
public void setActive(boolean active)
public String getType()
public void setType(String type)
public String getMoreText()
public void setMoreText(String moreText)
public boolean isUnique()
public void setUnique(boolean unique)
public boolean isDynamic()
public void setDynamic(boolean dynamic)
public boolean isAutoSelection()
public void setAutoSelection(boolean autoSelection)
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2019. All rights reserved.