public class

PopupActionListener

extends AbstractPopupActionListener
implements StateHolder
java.lang.Object
   ↳ org.apache.myfaces.tobago.event.AbstractPopupActionListener
     ↳ org.apache.myfaces.tobago.event.PopupActionListener

Summary

Public Constructors
PopupActionListener()
PopupActionListener(String popupId)
Public Methods
boolean isTransient()
void restoreState(FacesContext context, Object state)
Object saveState(FacesContext context)
void setTransient(boolean newTransientValue)
Protected Methods
AbstractUIPopup getPopup(ActionEvent actionEvent)
[Expand]
Inherited Methods
From class org.apache.myfaces.tobago.event.AbstractPopupActionListener
From class java.lang.Object
From interface javax.faces.component.StateHolder
From interface javax.faces.event.ActionListener

Public Constructors

public PopupActionListener ()

public PopupActionListener (String popupId)

Public Methods

public boolean isTransient ()

public void restoreState (FacesContext context, Object state)

public Object saveState (FacesContext context)

public void setTransient (boolean newTransientValue)

Protected Methods

protected AbstractUIPopup getPopup (ActionEvent actionEvent)