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, javax.faces.component.StateHolder, javax.faces.event.ActionListener, javax.faces.event.FacesListener

public class ValueExpressionPopupActionListener
extends AbstractPopupActionListener
implements javax.faces.component.StateHolder


Constructor Summary
ValueExpressionPopupActionListener()
          No-arg constructor used during restoreState
ValueExpressionPopupActionListener(Object expression)
          Deprecated. Since 2.0.0, please use the other constructor with explicit type
ValueExpressionPopupActionListener(javax.el.ValueExpression expression)
           
 
Method Summary
protected  AbstractUIPopup getPopup(javax.faces.event.ActionEvent actionEvent)
           
 boolean isTransient()
           
 void restoreState(javax.faces.context.FacesContext context, Object state)
           
 Object saveState(javax.faces.context.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(javax.el.ValueExpression expression)

ValueExpressionPopupActionListener

@Deprecated
public ValueExpressionPopupActionListener(Object expression)
Deprecated. Since 2.0.0, please use the other constructor with explicit type


ValueExpressionPopupActionListener

public ValueExpressionPopupActionListener()
No-arg constructor used during restoreState

Method Detail

getPopup

protected AbstractUIPopup getPopup(javax.faces.event.ActionEvent actionEvent)
Specified by:
getPopup in class AbstractPopupActionListener

isTransient

public boolean isTransient()
Specified by:
isTransient in interface javax.faces.component.StateHolder

restoreState

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

saveState

public Object saveState(javax.faces.context.FacesContext context)
Specified by:
saveState in interface javax.faces.component.StateHolder

setTransient

public void setTransient(boolean newTransientValue)
Specified by:
setTransient in interface javax.faces.component.StateHolder


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