public class ClientUpdateManager
extends java.lang.Object
implements java.io.Serializable
Component.processInput() method.| Modifier and Type | Method and Description |
|---|---|
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.
|
public void setApplicationProperty(java.lang.String propertyName,
java.lang.Object propertyValue)
propertyName - the name of the propertypropertyValue - the value of the propertypublic 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 actionpublic 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