public abstract class AbstractUISelectOneChoice extends AbstractUISelectOneBase implements UISelect2Component
MESSAGE_VALUE_REQUIRED
COMPONENT_FAMILY, COMPONENT_TYPE, INVALID_MESSAGE_ID
Constructor and Description |
---|
AbstractUISelectOneChoice() |
Modifier and Type | Method and Description |
---|---|
void |
encodeChildren(javax.faces.context.FacesContext facesContext) |
javax.faces.component.StateHelper |
getComponentStateHelper() |
String |
getMatcher() |
int |
getMaximumInputLength() |
int |
getMaximumSelectionLength() |
int |
getMinimumInputLength() |
int |
getMinimumResultsForSearch() |
AbstractUISuggest |
getSuggest() |
Object |
getValue() |
boolean |
isAllowClear() |
boolean |
isAllowClearSet() |
boolean |
isAllowCustom() |
boolean |
isAllowCustomSet() |
boolean |
isMatcherSet() |
boolean |
isMaximumInputLengthSet() |
boolean |
isMaximumSelectionLengthSet() |
boolean |
isMinimumInputLengthSet() |
boolean |
isMinimumResultsForSearchSet() |
void |
setAllowClear(boolean allowClear) |
void |
setAllowCustom(boolean allowCustom) |
void |
setMatcher(String matcher) |
void |
setMaximumInputLength(int minimumInputLength) |
void |
setMaximumSelectionLength(int maximumSelectionLength) |
void |
setMinimumInputLength(int minimumInputLength) |
void |
setMinimumResultsForSearch(int minimumResultsForSearch) |
protected void |
validateValue(javax.faces.context.FacesContext facesContext,
Object value) |
isReadonly, validate
addValidator, addValueChangeListener, broadcast, 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
getConverter, getLocalValue, setConverter
addClientBehavior, addFacesListener, encodeAll, encodeBegin, 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, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, 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
getConverter
getCurrentMarkup, getMarkup, setCurrentMarkup, setMarkup
getColumnSpan, getDisplay, getHorizontalIndex, getRowSpan, getVerticalIndex, isRendered, setColumnSpan, setDisplay, setHorizontalIndex, setRowSpan, setVerticalIndex
getCurrentHeight, getCurrentWidth, getHeight, getLeft, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getMaximumHeight, getMaximumWidth, getMinimumHeight, getMinimumWidth, getPreferredHeight, getPreferredWidth, getTop, getWidth, setCurrentHeight, setCurrentWidth, setHeight, setLeft, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setMaximumHeight, setMaximumWidth, setMinimumHeight, setMinimumWidth, setPreferredHeight, setPreferredWidth, setTop, setWidth
getCurrentMarkup, getRendererType
public AbstractUISuggest getSuggest()
getSuggest
in interface UISelect2Component
protected void validateValue(javax.faces.context.FacesContext facesContext, Object value)
validateValue
in class javax.faces.component.UISelectOne
public Object getValue()
getValue
in interface javax.faces.component.ValueHolder
getValue
in class javax.faces.component.UIInput
public void encodeChildren(javax.faces.context.FacesContext facesContext) throws IOException
encodeChildren
in class javax.faces.component.UIComponentBase
IOException
public javax.faces.component.StateHelper getComponentStateHelper()
getComponentStateHelper
in interface UISelect2Component
public boolean isAllowClear()
public boolean isAllowClearSet()
public void setAllowClear(boolean allowClear)
public boolean isAllowCustom()
isAllowCustom
in interface UISelect2Component
public boolean isAllowCustomSet()
public void setAllowCustom(boolean allowCustom)
public String getMatcher()
public boolean isMatcherSet()
public void setMatcher(String matcher)
public int getMaximumInputLength()
public boolean isMaximumInputLengthSet()
public void setMaximumInputLength(int minimumInputLength)
public int getMinimumInputLength()
public boolean isMinimumInputLengthSet()
public void setMinimumInputLength(int minimumInputLength)
public int getMaximumSelectionLength()
public boolean isMaximumSelectionLengthSet()
public void setMaximumSelectionLength(int maximumSelectionLength)
public void setMinimumResultsForSearch(int minimumResultsForSearch)
public int getMinimumResultsForSearch()
public boolean isMinimumResultsForSearchSet()
Copyright © 2002–2024 The Apache Software Foundation. All rights reserved.