public class AutoComplete extends AutoCompleteBase
AutoCompleteBase.PropertyKeys
Modifier and Type | Field and Description |
---|---|
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 |
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 |
COMPONENT_FAMILY, DEFAULT_RENDERER
Constructor and Description |
---|
AutoComplete() |
Modifier and Type | Method and Description |
---|---|
void |
broadcast(javax.faces.event.FacesEvent event) |
List<Column> |
getColums() |
Collection<String> |
getEventNames() |
String |
getInputClientId() |
String |
getLabelledBy() |
Object |
getSuggestions() |
Collection<String> |
getUnobstrusiveEventNames() |
String |
getValidatableInputClientId() |
boolean |
isClientCacheRequest(javax.faces.context.FacesContext context) |
boolean |
isClientQueryMode() |
boolean |
isDynamicLoadRequest(javax.faces.context.FacesContext context) |
boolean |
isHybridQueryMode() |
boolean |
isMoreTextRequest(javax.faces.context.FacesContext context) |
boolean |
isServerQueryMode() |
void |
queueEvent(javax.faces.event.FacesEvent event) |
Object |
saveState(javax.faces.context.FacesContext context) |
void |
setLabelledBy(String labelledBy) |
getAppendTo, getAt, getCacheTimeout, getCompleteMethod, getDropdownMode, getEffect, getEffectDuration, getEmptyMessage, getFamily, getGroupBy, getGroupByTooltip, getInputStyle, getInputStyleClass, getItemLabel, getItemStyleClass, getItemtipAtPosition, getItemtipMyPosition, getItemValue, getMaxResults, getMinQueryLength, getMoreText, getMy, getPanelStyle, getPanelStyleClass, getPlaceholder, getQueryDelay, getQueryEvent, getQueryMode, getResultsMessage, getScrollHeight, getSelectLimit, getType, getVar, getWidgetVar, isActive, isAutoHighlight, isAutoSelection, isCache, isDropdown, isDynamic, isEscape, isForceSelection, isMultiple, isUnique, setActive, setAppendTo, setAt, setAutoHighlight, setAutoSelection, setCache, setCacheTimeout, setCompleteMethod, setDropdown, setDropdownMode, setDynamic, setEffect, setEffectDuration, setEmptyMessage, setEscape, setForceSelection, setGroupBy, setGroupByTooltip, setInputStyle, setInputStyleClass, setItemLabel, setItemStyleClass, setItemtipAtPosition, setItemtipMyPosition, setItemValue, setMaxResults, setMinQueryLength, setMoreText, setMultiple, setMy, setPanelStyle, setPanelStyleClass, setPlaceholder, setQueryDelay, setQueryEvent, setQueryMode, setResultsMessage, setScrollHeight, setSelectLimit, setType, setUnique, setVar, setWidgetVar
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, 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
resolveWidgetVar, resolveWidgetVar
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 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 boolean isClientCacheRequest(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 Object getSuggestions()
public boolean isServerQueryMode()
public boolean isClientQueryMode()
public boolean isHybridQueryMode()
public String getInputClientId()
public String getValidatableInputClientId()
public String getLabelledBy()
public void setLabelledBy(String labelledBy)
public Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIInput
Copyright © 2020. All rights reserved.