org.apache.myfaces.tobago.event
Class PopupActionListener

java.lang.Object
  extended by org.apache.myfaces.tobago.event.PopupActionListener
All Implemented Interfaces:
java.io.Serializable, java.util.EventListener, javax.faces.event.ActionListener, javax.faces.event.FacesListener

public class PopupActionListener
extends java.lang.Object
implements javax.faces.event.ActionListener, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
PopupActionListener()
           
PopupActionListener(java.lang.String popupId)
           
PopupActionListener(UIPopup popup)
           
 
Method Summary
 void processAction(javax.faces.event.ActionEvent actionEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PopupActionListener

public PopupActionListener()

PopupActionListener

public PopupActionListener(java.lang.String popupId)

PopupActionListener

public PopupActionListener(UIPopup popup)
Method Detail

processAction

public void processAction(javax.faces.event.ActionEvent actionEvent)
                   throws javax.faces.event.AbortProcessingException
Specified by:
processAction in interface javax.faces.event.ActionListener
Throws:
javax.faces.event.AbortProcessingException


Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.