org.ajax4jsf.component
Class EventValueExpression
java.lang.Object
javax.el.Expression
javax.el.ValueExpression
org.ajax4jsf.component.EventValueExpression
- All Implemented Interfaces:
- java.io.Serializable, javax.faces.component.StateHolder
public class EventValueExpression
- extends javax.el.ValueExpression
- implements javax.faces.component.StateHolder
- Author:
- Maksim Kaszynski
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
EventValueExpression
public EventValueExpression()
EventValueExpression
public EventValueExpression(org.ajax4jsf.component.AjaxSupport component)
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in class javax.el.Expression
getExpectedType
public java.lang.Class<?> getExpectedType()
- Specified by:
getExpectedType
in class javax.el.ValueExpression
getExpressionString
public java.lang.String getExpressionString()
- Specified by:
getExpressionString
in class javax.el.Expression
getType
public java.lang.Class<?> getType(javax.el.ELContext context)
- Specified by:
getType
in class javax.el.ValueExpression
getValue
public java.lang.Object getValue(javax.el.ELContext context)
- Specified by:
getValue
in class javax.el.ValueExpression
hashCode
public int hashCode()
- Specified by:
hashCode
in class javax.el.Expression
isLiteralText
public boolean isLiteralText()
- Specified by:
isLiteralText
in class javax.el.Expression
isReadOnly
public boolean isReadOnly(javax.el.ELContext context)
- Specified by:
isReadOnly
in class javax.el.ValueExpression
isTransient
public boolean isTransient()
- Specified by:
isTransient
in interface javax.faces.component.StateHolder
restoreState
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
- Specified by:
restoreState
in interface javax.faces.component.StateHolder
saveState
public java.lang.Object saveState(javax.faces.context.FacesContext context)
- Specified by:
saveState
in interface javax.faces.component.StateHolder
setComponent
public void setComponent(org.ajax4jsf.component.AjaxSupport component)
- Parameters:
component
- the component to set
setTransient
public void setTransient(boolean newTransientValue)
- Specified by:
setTransient
in interface javax.faces.component.StateHolder
setValue
public void setValue(javax.el.ELContext context,
java.lang.Object value)
- Specified by:
setValue
in class javax.el.ValueExpression
Copyright © 2009. All Rights Reserved.