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 String
COMPONENT_FAMILY
static String
COMPONENT_TYPE

Constructor Summary

JsValueChangeListener()

Method Summary

String
getExpressionValue()
String
getFamily()
String
getFor()
String
getProperty()
void
restoreState(FacesContext context, Object state)
Object
saveState(FacesContext context)
void
setExpressionValue(String expressionValue)
void
setFor(String forValue)
void
setProperty(String property)

Field Details

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY

COMPONENT_TYPE

public static final String COMPONENT_TYPE

Constructor Details

JsValueChangeListener

public JsValueChangeListener()

Method Details

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)