public abstract class AbstractUIFile extends javax.faces.component.UIInput implements SupportsLabelLayout, Visual, javax.faces.component.behavior.ClientBehaviorHolder, SupportFieldId, SupportsHelp
Constructor and Description |
---|
AbstractUIFile() |
Modifier and Type | Method and Description |
---|---|
String |
getFieldId(javax.faces.context.FacesContext facesContext) |
abstract String |
getPlaceholder() |
abstract Integer |
getTabIndex() |
abstract boolean |
isDisabled() |
boolean |
isLabelLayoutSkip() |
abstract boolean |
isMultiple() |
abstract boolean |
isReadonly() |
void |
validate(javax.faces.context.FacesContext facesContext) |
addValidator, addValueChangeListener, broadcast, clearInitialState, compareValues, decode, getConvertedValue, getConverterMessage, getFamily, 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, validateValue
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, 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
getLabelLayout, setLabelLayout
getCustomClass, getMarkup, getRendererType, isPlain, setCustomClass, setMarkup
addClientBehavior, getClientBehaviors, getDefaultEventName, getEventNames
getHelp
public void validate(javax.faces.context.FacesContext facesContext)
validate
in class javax.faces.component.UIInput
public abstract boolean isDisabled()
public abstract boolean isReadonly()
public abstract boolean isMultiple()
public abstract Integer getTabIndex()
public abstract String getPlaceholder()
public String getFieldId(javax.faces.context.FacesContext facesContext)
getFieldId
in interface SupportFieldId
public boolean isLabelLayoutSkip()
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.