public abstract class AbstractUISelectOneBase extends javax.faces.component.UISelectOne implements SupportsAutoSpacing, Visual, SupportsLabelLayout, javax.faces.component.behavior.ClientBehaviorHolder, SupportsHelp
Modifier and Type | Field and Description |
---|---|
static String |
MESSAGE_VALUE_REQUIRED |
COMPONENT_FAMILY, COMPONENT_TYPE, INVALID_MESSAGE_ID
Constructor and Description |
---|
AbstractUISelectOneBase() |
Modifier and Type | Method and Description |
---|---|
abstract Integer |
getTabIndex() |
abstract boolean |
isDisabled() |
boolean |
isError() |
abstract boolean |
isFocus() |
boolean |
isNextToRenderIsLabel() |
abstract boolean |
isReadonly() |
void |
setNextToRenderIsLabel(boolean nextToRenderIsLabel) |
void |
validate(javax.faces.context.FacesContext facesContext) |
getFamily, getGroup, processValidators, setGroup, validateValue
addValidator, addValueChangeListener, broadcast, clearInitialState, compareValues, decode, getConvertedValue, getConverterMessage, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, getValue, getValueChangeListener, getValueChangeListeners, isEmpty, isImmediate, isLocalValueSet, isRequired, isValid, markInitialState, processDecodes, processUpdates, removeValidator, removeValueChangeListener, resetValue, restoreState, saveState, setConverterMessage, setImmediate, setLocalValueSet, setRequired, setRequiredMessage, setSubmittedValue, setValid, setValidator, setValidatorMessage, setValue, setValueChangeListener, updateModel
getConverter, getLocalValue, setConverter
addClientBehavior, addFacesListener, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, visitTree
getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAutoSpacing, getAutoSpacing
getCustomClass, getMarkup, getRendererType, isPlain, setCustomClass, setMarkup
getLabelLayout, setLabelLayout
addClientBehavior, getClientBehaviors, getDefaultEventName, getEventNames
getHelp
public static final String MESSAGE_VALUE_REQUIRED
public void validate(javax.faces.context.FacesContext facesContext)
validate
in class javax.faces.component.UIInput
public abstract boolean isReadonly()
public abstract boolean isDisabled()
public boolean isError()
public abstract boolean isFocus()
public abstract Integer getTabIndex()
public boolean isNextToRenderIsLabel()
isNextToRenderIsLabel
in interface SupportsLabelLayout
public void setNextToRenderIsLabel(boolean nextToRenderIsLabel)
setNextToRenderIsLabel
in interface SupportsLabelLayout
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.