org.ajax4jsf.component
Class EventValueBinding

java.lang.Object
  extended by javax.faces.el.ValueBinding
      extended by org.richfaces.webapp.taglib.ValueBindingValueExpressionAdaptor
          extended by org.ajax4jsf.component.EventValueBinding
All Implemented Interfaces:
java.io.Serializable, javax.faces.component.StateHolder

public class EventValueBinding
extends ValueBindingValueExpressionAdaptor

Inner class for build event string for parent component.

Version:
$Revision: 1.1.2.1 $ $Date: 2007/01/09 18:57:38 $ Disadvantages - not rebuild event string setted as EL expression. TODO - save expressions for build event string at render phase.
Author:
shura (latest modification by $Author: alexsmirnov $)
See Also:
Serialized Form

Constructor Summary
EventValueBinding()
          Default constructor for restoreState.
EventValueBinding(org.ajax4jsf.component.AjaxSupport update)
          Constructor for build from AjaxComponent.
 
Method Summary
 boolean isTransient()
           
 void setTransient(boolean newTransientValue)
           
 
Methods inherited from class org.richfaces.webapp.taglib.ValueBindingValueExpressionAdaptor
getExpression, getType, getValue, isReadOnly, restoreState, saveState, setExpression, setValue
 
Methods inherited from class javax.faces.el.ValueBinding
getExpressionString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventValueBinding

public EventValueBinding()
Default constructor for restoreState.


EventValueBinding

public EventValueBinding(org.ajax4jsf.component.AjaxSupport update)
Constructor for build from AjaxComponent.

Parameters:
update -
Method Detail

isTransient

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

setTransient

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


Copyright © 2010. All Rights Reserved.