public abstract class

AbstractPopupActionListener

extends Object
implements ActionListener
java.lang.Object
   ↳ org.apache.myfaces.tobago.event.AbstractPopupActionListener
Known Direct Subclasses

Summary

Public Constructors
AbstractPopupActionListener()
Public Methods
void processAction(ActionEvent actionEvent)
Protected Methods
abstract UIComponent getPopup(ActionEvent actionEvent)
[Expand]
Inherited Methods
From class java.lang.Object
From interface javax.faces.event.ActionListener

Public Constructors

public AbstractPopupActionListener ()

Public Methods

public void processAction (ActionEvent actionEvent)

Throws
AbortProcessingException

Protected Methods

protected abstract UIComponent getPopup (ActionEvent actionEvent)