public class UIXProgress extends UIXComponentBase implements javax.faces.component.ActionSource
| Type | Phases | Description | 
|---|---|---|
| javax.faces.event.ActionEvent | Any Phase Invoke Application | Event delivered when the "action" of the component has been invoked; for example, by clicking on a button. The action may result in page navigation. | 
| org.apache.myfaces.trinidad.event.AttributeChangeEvent | Invoke Application Apply Request Values | Event delivered to describe an attribute change. Attribute change events are not delivered for any programmatic change to a property. They are only delivered when a renderer changes a property without the application's specific request. An example of an attribute change event might include the width of a column that supported client-side resizing. | 
UIXComponentBase.ComponentSystemEventListenerWrapper| Modifier and Type | Field and Description | 
|---|---|
| static PropertyKey | ACTION_KEY | 
| static PropertyKey | ACTION_LISTENER_KEY | 
| static String | COMPONENT_FAMILY | 
| static String | COMPONENT_TYPE | 
| static PropertyKey | IMMEDIATE_KEY | 
| static FacesBean.Type | TYPE | 
| static PropertyKey | VALUE_KEY | 
BINDING_KEY, ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY| Modifier | Constructor and Description | 
|---|---|
|   | UIXProgress()Construct an instance of the UIXProgress. | 
| protected  | UIXProgress(String rendererType)Construct an instance of the UIXProgress. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addActionListener(javax.faces.event.ActionListener listener)Adds a action listener. | 
| void | broadcast(javax.faces.event.FacesEvent event) | 
| javax.faces.el.MethodBinding | getAction()Deprecated.   | 
| javax.faces.el.MethodBinding | getActionListener()Deprecated.   | 
| javax.faces.event.ActionListener[] | getActionListeners()Returns an array of attached action listeners. | 
| protected FacesBean.Type | getBeanType() | 
| String | getFamily() | 
| Object | getValue()Gets The data model being used by this progress component. | 
| boolean | isImmediate()Gets whether data validation - client-side or
             server-side -
           will be skipped when
           events are generated by this component. | 
| void | queueEvent(javax.faces.event.FacesEvent e) | 
| void | removeActionListener(javax.faces.event.ActionListener listener)Removes a action listener. | 
| void | setAction(javax.faces.el.MethodBinding action)Deprecated.   | 
| void | setActionListener(javax.faces.el.MethodBinding actionListener)Deprecated.   | 
| void | setImmediate(boolean immediate)Sets whether data validation - client-side or
             server-side -
           will be skipped when
           events are generated by this component. | 
| void | setValue(Object value)Sets The data model being used by this progress component. | 
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addClientBehavior, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcastToMethodBinding, broadcastToMethodExpression, clearCachedClientIds, clearInitialState, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientBehaviors, getClientId, getComponentChangeFilters, getContainerClientId, getDefaultEventName, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getListenersForEventClass, getParent, getPassThroughAttributes, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendererType, getRendersChildren, getValueBinding, getValueExpression, initialStateMarked, invokeOnChildrenComponents, invokeOnComponent, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeAttributeChangeListener, removeComponentChangeFilter, removeFacesListener, restoreState, satisfiesPartialTrigger, saveState, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setupFlattenedChildrenContext, setupFlattenedContext, setValueBinding, setValueExpression, subscribeToEvent, tearDownFlattenedChildrenContext, tearDownFlattenedContext, toString, unsubscribeFromEvent, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpladdPartialTarget, broadcastInContext, clearCachedClientIds, defaultGetRenderedFacetsAndChildren, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, getStateHelper, getStateHelper, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setupChildrenEncodingContext, setupChildrenVisitingContext, setupEncodingContext, setUpEncodingContext, setupVisitingContext, tearDownChildrenEncodingContext, tearDownChildrenVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitAllChildren, visitChildren, visitChildren, visitTree, visitTreeencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getTransientStateHelper, getTransientStateHelper, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInViewpublic static final FacesBean.Type TYPE
public static final PropertyKey VALUE_KEY
public static final PropertyKey ACTION_KEY
public static final PropertyKey ACTION_LISTENER_KEY
public static final PropertyKey IMMEDIATE_KEY
public static final String COMPONENT_FAMILY
public static final String COMPONENT_TYPE
public UIXProgress()
protected UIXProgress(String rendererType)
public void queueEvent(javax.faces.event.FacesEvent e)
queueEvent in class UIXComponentBasepublic void broadcast(javax.faces.event.FacesEvent event)
               throws javax.faces.event.AbortProcessingException
broadcast in class UIXComponentBasejavax.faces.event.AbortProcessingExceptionpublic final Object getValue()
public final void setValue(Object value)
value - the new value valuepublic final javax.faces.el.MethodBinding getAction()
getAction in interface javax.faces.component.ActionSourcepublic final void setAction(javax.faces.el.MethodBinding action)
setAction in interface javax.faces.component.ActionSourceaction - the new action valuepublic final javax.faces.el.MethodBinding getActionListener()
getActionListener in interface javax.faces.component.ActionSourcepublic final void setActionListener(javax.faces.el.MethodBinding actionListener)
setActionListener in interface javax.faces.component.ActionSourceactionListener - the new actionListener valuepublic final boolean isImmediate()
isImmediate in interface javax.faces.component.ActionSourcepublic final void setImmediate(boolean immediate)
setImmediate in interface javax.faces.component.ActionSourceimmediate - the new immediate valuepublic final void addActionListener(javax.faces.event.ActionListener listener)
addActionListener in interface javax.faces.component.ActionSourcelistener - the action listener to addpublic final void removeActionListener(javax.faces.event.ActionListener listener)
removeActionListener in interface javax.faces.component.ActionSourcelistener - the action listener to removepublic final javax.faces.event.ActionListener[] getActionListeners()
getActionListeners in interface javax.faces.component.ActionSourcepublic String getFamily()
getFamily in class UIXComponentBaseprotected FacesBean.Type getBeanType()
getBeanType in class UIXComponentBaseCopyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.