public abstract class AbstractSelect extends AbstractSelectComponent
The <rich:select> component provides a drop-down list box for selecting a single value from multiple options. The <rich:select> component can be configured as a combo-box, where it will accept typed input. The component also supports keyboard navigation. The <rich:select> component functions similarly to the JSF UISelectOne component.
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
AbstractSelect() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getActiveClass() |
abstract String |
getChangedClass() |
abstract String |
getClientFilterFunction()
A javascript function used to filter the list of items in the select popup
|
abstract String |
getDisabledClass() |
abstract String |
getMaxListHeight()
The maximum height of the list
|
abstract String |
getMinListHeight()
The minimum height ot the list
|
abstract String |
getStyle() |
abstract String |
getStyleClass() |
abstract String |
getTitle() |
abstract boolean |
isDisabled()
If "true", this component is disabled
|
abstract boolean |
isEnableManualInput()
If "true" Allows the user to type into a text field to scroll through or filter the list
|
abstract boolean |
isSelectFirst()
If "true" as the user types to narrow the list, automatically select the first element in the list.
|
abstract boolean |
isShowButton()
When "true" display a button to expand the popup list
|
void |
processEvent(javax.faces.event.ComponentSystemEvent event) |
getDefaultLabel, getItemClass, getListClass, getListHeight, getListWidth, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnlistclick, getOnlistdblclick, getOnlisthide, getOnlistkeydown, getOnlistkeypress, getOnlistkeyup, getOnlistmousedown, getOnlistmousemove, getOnlistmouseout, getOnlistmouseover, getOnlistmouseup, getOnlistshow, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselectitem, getSelectItemClass
addValidator, 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
getConverter, getLocalValue, setConverter
addClientBehavior, addFacesListener, broadcast, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public abstract boolean isDisabled()
public abstract boolean isEnableManualInput()
If "true" Allows the user to type into a text field to scroll through or filter the list
Default is "false"
public abstract boolean isSelectFirst()
If "true" as the user types to narrow the list, automatically select the first element in the list. Applicable only when enableManualInput is "true".
Default is "true"
public abstract boolean isShowButton()
When "true" display a button to expand the popup list
Default is "true"
public abstract String getMinListHeight()
public abstract String getMaxListHeight()
public abstract String getClientFilterFunction()
public abstract String getActiveClass()
getActiveClass
in class AbstractSelectComponent
public abstract String getChangedClass()
getChangedClass
in class AbstractSelectComponent
public abstract String getDisabledClass()
getDisabledClass
in class AbstractSelectComponent
public abstract String getStyle()
public abstract String getStyleClass()
public abstract String getTitle()
public void processEvent(javax.faces.event.ComponentSystemEvent event) throws javax.faces.event.AbortProcessingException
processEvent
in interface javax.faces.event.ComponentSystemEventListener
processEvent
in class javax.faces.component.UIComponent
javax.faces.event.AbortProcessingException
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.