org.apache.myfaces.tobago.event
Class AbstractPopupActionListener

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

public abstract class AbstractPopupActionListener
extends Object
implements ActionListener


Constructor Summary
AbstractPopupActionListener()
           
 
Method Summary
protected abstract  UIComponent getPopup(ActionEvent actionEvent)
           
 void processAction(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(ActionEvent actionEvent)
                   throws AbortProcessingException
Specified by:
processAction in interface ActionListener
Throws:
AbortProcessingException

getPopup

protected abstract UIComponent getPopup(ActionEvent actionEvent)


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.