org.apache.myfaces.trinidadinternal.taglib.listener
Class ReturnActionListener

java.lang.Object
  extended by org.apache.myfaces.trinidad.bean.FacesBeanImpl
      extended by org.apache.myfaces.trinidadinternal.taglib.listener.ReturnActionListener
All Implemented Interfaces:
java.util.EventListener, javax.faces.component.StateHolder, javax.faces.event.ActionListener, javax.faces.event.FacesListener, org.apache.myfaces.trinidad.bean.FacesBean

public class ReturnActionListener
extends org.apache.myfaces.trinidad.bean.FacesBeanImpl
implements javax.faces.event.ActionListener, javax.faces.component.StateHolder

This action listener returns a value from a dialog or process.

Author:
The Oracle ADF Faces Team

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.myfaces.trinidad.bean.FacesBean
org.apache.myfaces.trinidad.bean.FacesBean.Type
 
Field Summary
static org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
           
static org.apache.myfaces.trinidad.bean.PropertyKey VALUE_KEY
           
 
Constructor Summary
ReturnActionListener()
           
 
Method Summary
 org.apache.myfaces.trinidad.bean.FacesBean.Type getType()
           
 java.lang.Object getValue()
           
 boolean isTransient()
           
 void processAction(javax.faces.event.ActionEvent event)
           
 void setTransient(boolean newTransientValue)
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class org.apache.myfaces.trinidad.bean.FacesBeanImpl
addAll, addEntry, bindingKeySet, containsEntry, createBindingsMap, createPropertyMap, entries, getEntries, getLocalProperty, getLocalPropertyImpl, getProperty, getRawProperty, getValueBinding, keySet, markInitialState, removeEntry, restoreState, saveState, setProperty, setPropertyImpl, setValueBinding, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.faces.component.StateHolder
restoreState, saveState
 

Field Detail

TYPE

public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE

VALUE_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey VALUE_KEY
Constructor Detail

ReturnActionListener

public ReturnActionListener()
Method Detail

processAction

public void processAction(javax.faces.event.ActionEvent event)
Specified by:
processAction in interface javax.faces.event.ActionListener

getValue

public java.lang.Object getValue()

setValue

public void setValue(java.lang.Object value)

getType

public org.apache.myfaces.trinidad.bean.FacesBean.Type getType()
Specified by:
getType in interface org.apache.myfaces.trinidad.bean.FacesBean
Specified by:
getType in class org.apache.myfaces.trinidad.bean.FacesBeanImpl

isTransient

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

setTransient

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


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.