org.apache.myfaces.custom.jslistener

Class JsValueChangeListener

public class JsValueChangeListener extends UIOutput

Version: $Revision: 169649 $ $Date: 2005-05-11 17:47:12 +0200 (Wed, 11 May 2005) $

Author: Martin Marinschek (latest modification by $Author: grantsmith $)

Field Summary
static StringCOMPONENT_FAMILY
static StringCOMPONENT_TYPE
Constructor Summary
JsValueChangeListener()
Method Summary
StringgetExpressionValue()
StringgetFamily()
StringgetFor()
StringgetProperty()
voidrestoreState(FacesContext context, Object state)
ObjectsaveState(FacesContext context)
voidsetExpressionValue(String expressionValue)
voidsetFor(String forValue)
voidsetProperty(String property)

Field Detail

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY

COMPONENT_TYPE

public static final String COMPONENT_TYPE

Constructor Detail

JsValueChangeListener

public JsValueChangeListener()

Method Detail

getExpressionValue

public String getExpressionValue()

getFamily

public String getFamily()

getFor

public String getFor()

getProperty

public String getProperty()

restoreState

public void restoreState(FacesContext context, Object state)

saveState

public Object saveState(FacesContext context)

setExpressionValue

public void setExpressionValue(String expressionValue)

setFor

public void setFor(String forValue)

setProperty

public void setProperty(String property)