public class ClientComponentUpdate
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
addInput(java.lang.String inputName,
java.lang.Object inputValue)
Adds an input property to the update, describing a single change
to the component's client-side state.
|
Component |
getComponent()
Returns the updated component.
|
java.util.Iterator |
getInputNames()
Returns an iterator over the names of all input properties.
|
java.lang.Object |
getInputValue(java.lang.String inputName)
Retrieves the new state of the specified input property.
|
boolean |
hasInput(java.lang.String inputName)
Determines if an input was posted with the specified property name.
|
public void addInput(java.lang.String inputName,
java.lang.Object inputValue)
inputName - the name of the input propertyinputValue - the new state of the propertypublic Component getComponent()
public java.util.Iterator getInputNames()
Iteratorpublic java.lang.Object getInputValue(java.lang.String inputName)
inputName - the name of the input propertypublic boolean hasInput(java.lang.String inputName)
inputName - the input property name