|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo.app.update.ClientUpdateManager
public class ClientUpdateManager
Stores inputs received from the application container and notifies
components about them via the Component.processInput() method.
Component.processInput(java.lang.String, java.lang.Object),
Serialized Form| Method Summary | |
|---|---|
void |
setApplicationProperty(java.lang.String propertyName,
java.lang.Object propertyValue)
Sets an application-level property received from the client. |
void |
setComponentAction(Component actionComponent,
java.lang.String actionName,
java.lang.Object actionValue)
Sets the action received from the client. |
void |
setComponentProperty(Component component,
java.lang.String inputName,
java.lang.Object inputValue)
Adds a property update received from the client. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setApplicationProperty(java.lang.String propertyName,
java.lang.Object propertyValue)
propertyName - the name of the propertypropertyValue - the value of the property
public void setComponentAction(Component actionComponent,
java.lang.String actionName,
java.lang.Object actionValue)
actionComponent - the action-producing componentactionName - the name of the actionactionValue - the value of the action
public void setComponentProperty(Component component,
java.lang.String inputName,
java.lang.Object inputValue)
component - the updated componentinputName - the name of the input propertyinputValue - the value of the input property
|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||