public class JsValueChangeListener
extends javax.faces.component.UIOutput
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
JsValueChangeListener() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExpressionValue() |
java.lang.String |
getFamily() |
java.lang.String |
getFor() |
java.lang.String |
getProperty() |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state) |
java.lang.Object |
saveState(javax.faces.context.FacesContext context) |
void |
setExpressionValue(java.lang.String expressionValue) |
void |
setFor(java.lang.String forValue) |
void |
setProperty(java.lang.String property) |
getConverter, getLocalValue, getValue, setConverter, setValueaddFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingpublic static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIOutputpublic void setFor(java.lang.String forValue)
public java.lang.String getFor()
public void setExpressionValue(java.lang.String expressionValue)
public java.lang.String getExpressionValue()
public void setProperty(java.lang.String property)
public java.lang.String getProperty()
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIOutputpublic void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIOutput