|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidad.bean.FacesBeanImpl
org.apache.myfaces.trinidadinternal.taglib.listener.ReturnActionListener
public class ReturnActionListener
This action listener returns a value from a dialog or process.
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 |
---|
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey VALUE_KEY
Constructor Detail |
---|
public ReturnActionListener()
Method Detail |
---|
public void processAction(javax.faces.event.ActionEvent event)
processAction
in interface javax.faces.event.ActionListener
public java.lang.Object getValue()
public void setValue(java.lang.Object value)
public org.apache.myfaces.trinidad.bean.FacesBean.Type getType()
getType
in interface org.apache.myfaces.trinidad.bean.FacesBean
getType
in class org.apache.myfaces.trinidad.bean.FacesBeanImpl
public boolean isTransient()
isTransient
in interface javax.faces.component.StateHolder
public void setTransient(boolean newTransientValue)
setTransient
in interface javax.faces.component.StateHolder
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |