org.apache.myfaces.tobago.event
Class AbstractPopupActionListener

java.lang.Object
  extended by org.apache.myfaces.tobago.event.AbstractPopupActionListener
All Implemented Interfaces:
EventListener, javax.faces.event.ActionListener, javax.faces.event.FacesListener
Direct Known Subclasses:
PopupActionListener, PopupFacetActionListener, ValueExpressionPopupActionListener

public abstract class AbstractPopupActionListener
extends Object
implements javax.faces.event.ActionListener


Constructor Summary
AbstractPopupActionListener()
           
 
Method Summary
protected abstract  AbstractUIPopup getPopup(javax.faces.event.ActionEvent actionEvent)
           
 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

AbstractPopupActionListener

public AbstractPopupActionListener()
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

getPopup

protected abstract AbstractUIPopup getPopup(javax.faces.event.ActionEvent actionEvent)


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