|
NextApp Echo2 v2.1.0.rc2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnextapp.echo2.app.update.ClientComponentUpdate
A representation of all updates made on the client to an individual component.
| Method Summary | |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
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 property
public boolean hasInput(java.lang.String inputName)
inputName - the input property name
|
NextApp Echo2 v2.1.0.rc2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||