|
Richfaces UI Components UI 4.1.0.20110910-M2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.richfaces.component.AbstractFileUpload
public abstract class AbstractFileUpload
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
Fields inherited from class javax.faces.component.UIComponent |
---|
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY |
Constructor Summary | |
---|---|
AbstractFileUpload()
|
Method Summary | |
---|---|
void |
addFileUploadListener(org.richfaces.event.FileUploadListener listener)
Add a new FileUploadListener to the set of listeners interested in being notified when
org.richfaces.FileUploadEvent s occur. |
abstract java.lang.String |
getAcceptedTypes()
|
abstract java.lang.String |
getAddLabel()
|
abstract java.lang.String |
getClearAllLabel()
|
abstract java.lang.String |
getClearLabel()
|
abstract java.lang.String |
getDeleteLabel()
|
abstract java.lang.String |
getDoneLabel()
|
org.richfaces.event.FileUploadListener[] |
getFileUploadListeners()
Return the set of registered FileUploadListener s for this AbstractFileUpload instance. |
abstract java.lang.String |
getOnfilesubmit()
|
abstract java.lang.String |
getOnuploadcomplete()
|
abstract java.lang.String |
getServerErrorLabel()
|
abstract java.lang.String |
getSizeExceededLabel()
|
abstract java.lang.String |
getUploadLabel()
|
abstract boolean |
isDisabled()
|
abstract boolean |
isNoDuplicate()
|
void |
processEvent(javax.faces.event.ComponentSystemEvent event)
|
void |
removeFileUploadListener(org.richfaces.event.FileUploadListener listener)
Remove an existing FileUploadListener (if any) from the set of listeners interested in being notified when
FileUploadListener s occur. |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, 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, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getFamily, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
Constructor Detail |
---|
public AbstractFileUpload()
Method Detail |
---|
public abstract java.lang.String getAcceptedTypes()
public abstract boolean isDisabled()
public abstract boolean isNoDuplicate()
public abstract java.lang.String getOnfilesubmit()
public abstract java.lang.String getOnuploadcomplete()
public abstract java.lang.String getAddLabel()
public abstract java.lang.String getUploadLabel()
public abstract java.lang.String getClearAllLabel()
public abstract java.lang.String getDoneLabel()
public abstract java.lang.String getSizeExceededLabel()
public abstract java.lang.String getServerErrorLabel()
public abstract java.lang.String getClearLabel()
public abstract java.lang.String getDeleteLabel()
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
public void addFileUploadListener(org.richfaces.event.FileUploadListener listener)
Add a new FileUploadListener
to the set of listeners interested in being notified when
org.richfaces.FileUploadEvent
s occur.
listener
- The FileUploadListener
to be added
java.lang.NullPointerException
- if listener
is null
public org.richfaces.event.FileUploadListener[] getFileUploadListeners()
Return the set of registered FileUploadListener
s for this AbstractFileUpload
instance. If there are no
registered listeners, a zero-length array is returned.
public void removeFileUploadListener(org.richfaces.event.FileUploadListener listener)
Remove an existing FileUploadListener
(if any) from the set of listeners interested in being notified when
FileUploadListener
s occur.
listener
- The FileUploadListener
to be removed
java.lang.NullPointerException
- if listener
is null
|
Richfaces UI Components UI 4.1.0.20110910-M2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |