com.liferay.faces.alloy.component.progressbar
Class ProgressCompleteEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by javax.faces.event.BehaviorEvent
              extended by javax.faces.event.AjaxBehaviorEvent
                  extended by com.liferay.faces.alloy.component.progressbar.ProgressCompleteEvent
All Implemented Interfaces:
Serializable

public class ProgressCompleteEvent
extends javax.faces.event.AjaxBehaviorEvent

Author:
Kyle Stiemann
See Also:
Serialized Form

Field Summary
static String PROGRESS_COMPLETE
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ProgressCompleteEvent(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior)
           
 
Method Summary
 
Methods inherited from class javax.faces.event.AjaxBehaviorEvent
isAppropriateListener, processListener
 
Methods inherited from class javax.faces.event.BehaviorEvent
getBehavior
 
Methods inherited from class javax.faces.event.FacesEvent
getComponent, getPhaseId, queue, setPhaseId
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PROGRESS_COMPLETE

public static final String PROGRESS_COMPLETE
See Also:
Constant Field Values
Constructor Detail

ProgressCompleteEvent

public ProgressCompleteEvent(javax.faces.component.UIComponent component,
                             javax.faces.component.behavior.Behavior behavior)


Copyright © 2017 Liferay, Inc.. All rights reserved.