public abstract class AbstractUISuggest extends javax.faces.component.UIComponentBase implements InputSuggest, javax.faces.component.behavior.ClientBehaviorHolder
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE
Deprecated.
since 4.4.0.
|
Constructor and Description |
---|
AbstractUISuggest() |
Modifier and Type | Method and Description |
---|---|
abstract Integer |
getDelay() |
String |
getFamily() |
abstract Integer |
getMaximumItems() |
abstract Integer |
getMinimumCharacters() |
String |
getQuery() |
abstract Integer |
getTotalCount() |
abstract boolean |
isUpdate() |
abstract void |
setDelay(Integer delay) |
abstract void |
setFilter(SuggestFilter filter) |
abstract void |
setMinimumCharacters(Integer minimumCharacters) |
void |
setQuery(String query) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, initialStateMarked, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, visitTree
getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSuggestMethodExpression, setSuggestMethodExpression
@Deprecated public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
public abstract Integer getDelay()
public abstract void setDelay(Integer delay)
public abstract Integer getMinimumCharacters()
public abstract void setMinimumCharacters(Integer minimumCharacters)
public abstract void setFilter(SuggestFilter filter)
public String getQuery()
public void setQuery(String query)
public abstract boolean isUpdate()
public abstract Integer getTotalCount()
public abstract Integer getMaximumItems()
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.