|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChildChangedAware
Implemented by the object returned by ComponentCtrl.getExtraCtrl()
if a component requires the z.chchg command,
when any of its children and descendants are changed.
Once a component implements this interface and isChildChangedAware()
returns true, the z.chchg command is sent to the client
to update the visual representation. For example, a grid uses two tables
to implement header and body, and then it has to re-align the header
once any of its descendants is changed.
| Method Summary | |
|---|---|
boolean |
isChildChangedAware()
Returns whether to send the z.chchg command
to the client. |
| Method Detail |
|---|
boolean isChildChangedAware()
z.chchg command
to the client.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||