public class UIAgentProperty
extends com.ibm.xsp.complex.ValueBindingObjectImpl
Constructor and Description |
---|
UIAgentProperty() |
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
String |
getValue() |
void |
restoreState(javax.faces.context.FacesContext context,
Object valCurrent) |
Object |
saveState(javax.faces.context.FacesContext context) |
void |
setKey(String key) |
void |
setValue(String value) |
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
public void restoreState(javax.faces.context.FacesContext context, Object valCurrent)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class com.ibm.xsp.complex.ValueBindingObjectImpl
public Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class com.ibm.xsp.complex.ValueBindingObjectImpl
Copyright © 2021. All Rights Reserved.