org.apache.myfaces.tobago.event
Class ValueExpressionPopupActionListener

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

public class ValueExpressionPopupActionListener
extends AbstractPopupActionListener
implements StateHolder


Constructor Summary
ValueExpressionPopupActionListener(Object expression)
           
 
Method Summary
protected  UIComponent getPopup(ActionEvent actionEvent)
           
 boolean isTransient()
           
 void restoreState(FacesContext context, Object state)
           
 Object saveState(FacesContext context)
           
 void setTransient(boolean newTransientValue)
           
 
Methods inherited from class org.apache.myfaces.tobago.event.AbstractPopupActionListener
processAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueExpressionPopupActionListener

public ValueExpressionPopupActionListener(Object expression)
Method Detail

getPopup

protected UIComponent getPopup(ActionEvent actionEvent)
Specified by:
getPopup in class AbstractPopupActionListener

isTransient

public boolean isTransient()
Specified by:
isTransient in interface StateHolder

restoreState

public void restoreState(FacesContext context,
                         Object state)
Specified by:
restoreState in interface StateHolder

saveState

public Object saveState(FacesContext context)
Specified by:
saveState in interface StateHolder

setTransient

public void setTransient(boolean newTransientValue)
Specified by:
setTransient in interface StateHolder


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