public class SelectTag
extends javax.faces.component.UIInput
implements javax.faces.component.NamingContainer
Modifier and Type | Field and Description |
---|---|
protected SelectInputControl |
control |
static String |
SELECT_COMPONENT_ID |
COMPONENT_FAMILY, COMPONENT_TYPE, CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID, UPDATE_MESSAGE_ID, VALIDATE_EMPTY_FIELDS_PARAM_NAME
Constructor and Description |
---|
SelectTag() |
Modifier and Type | Method and Description |
---|---|
protected void |
addAttachedObjects(javax.faces.context.FacesContext context,
javax.faces.component.UIInput inputComponent) |
protected void |
copyAttributes(javax.faces.component.html.HtmlSelectOneMenu input) |
protected javax.faces.component.UIInput |
createSelectOneMenu(TextResolver textResolver) |
void |
encodeBegin(javax.faces.context.FacesContext context) |
String |
getClientId(javax.faces.context.FacesContext context) |
String |
getFamily() |
protected javax.faces.component.UIInput |
getInputComponent() |
protected String |
getInputControl() |
protected String |
getNullText() |
protected Options |
getOptionList() |
protected boolean |
isAllowNull() |
protected boolean |
isDisabled() |
protected void |
setInputValue(javax.faces.component.html.HtmlSelectOneMenu input) |
protected void |
updateAttachedObjects(javax.faces.context.FacesContext context,
javax.faces.component.UIInput inputComponent) |
void |
updateModel(javax.faces.context.FacesContext context) |
void |
validate(javax.faces.context.FacesContext context) |
boolean |
visitTree(javax.faces.component.visit.VisitContext visitContext,
javax.faces.component.visit.VisitCallback callback) |
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, validateValue
getConverter, getLocalValue, setConverter
addClientBehavior, addFacesListener, broadcast, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, 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, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression
public static final String SELECT_COMPONENT_ID
protected SelectInputControl control
public String getFamily()
getFamily
in class javax.faces.component.UIInput
public boolean visitTree(javax.faces.component.visit.VisitContext visitContext, javax.faces.component.visit.VisitCallback callback)
visitTree
in class javax.faces.component.UIComponent
public String getClientId(javax.faces.context.FacesContext context)
getClientId
in class javax.faces.component.UIComponentBase
public void encodeBegin(javax.faces.context.FacesContext context) throws IOException
encodeBegin
in class javax.faces.component.UIComponentBase
IOException
public void updateModel(javax.faces.context.FacesContext context)
updateModel
in class javax.faces.component.UIInput
public void validate(javax.faces.context.FacesContext context)
validate
in class javax.faces.component.UIInput
protected javax.faces.component.UIInput getInputComponent()
protected Options getOptionList()
protected boolean isAllowNull()
protected String getNullText()
protected String getInputControl()
protected boolean isDisabled()
protected javax.faces.component.UIInput createSelectOneMenu(TextResolver textResolver)
protected void setInputValue(javax.faces.component.html.HtmlSelectOneMenu input)
protected void copyAttributes(javax.faces.component.html.HtmlSelectOneMenu input)
protected void addAttachedObjects(javax.faces.context.FacesContext context, javax.faces.component.UIInput inputComponent)
protected void updateAttachedObjects(javax.faces.context.FacesContext context, javax.faces.component.UIInput inputComponent)
Copyright © 2008–2018 Apache Software Foundation. All rights reserved.