org.apache.myfaces.tobago.event
Class ValueBindingPopupActionListener

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

public class ValueBindingPopupActionListener
extends AbstractPopupActionListener
implements StateHolder


Constructor Summary
ValueBindingPopupActionListener(Object binding)
           
 
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

ValueBindingPopupActionListener

public ValueBindingPopupActionListener(Object binding)
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.