|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.creamtec.ajaxswing.gui.html.DefaultComponentUpdater
public class DefaultComponentUpdater
The default implementation of setting the request values to AWT components
| Constructor Summary | |
|---|---|
DefaultComponentUpdater()
|
|
| Method Summary | |
|---|---|
void |
postUpdateComponent(java.awt.Component comp,
HttpRequestData data,
ActionData actionData)
Called by AjaxSwing after the component and it's subtree of children has been updated |
void |
setValue(java.awt.Component comp,
java.lang.Object value,
HttpRequestData data,
ActionData actionData)
Sets the value of the component to the given value |
boolean |
updateComponent(java.awt.Component comp,
HttpRequestData data,
ActionData actionData)
Checks and if needed updates the component with the value obtained from the request. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultComponentUpdater()
| Method Detail |
|---|
public boolean updateComponent(java.awt.Component comp,
HttpRequestData data,
ActionData actionData)
throws java.lang.Exception
updateComponent in interface ComponentUpdatercomp - Componentdata - HttpRequestDataactionData - ActionData
java.lang.Exception
public void setValue(java.awt.Component comp,
java.lang.Object value,
HttpRequestData data,
ActionData actionData)
throws java.lang.Exception
comp - Componentvalue - ObjectactionData - ActionData
java.lang.Exception
public void postUpdateComponent(java.awt.Component comp,
HttpRequestData data,
ActionData actionData)
ComponentUpdater
postUpdateComponent in interface ComponentUpdater
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||