Menu

#597 A way to acess component being created in doAfterCompose

3.0.0
closed
nobody
General (239)
5
2007-10-15
2007-10-15
Tom M. Yeh
No

Change the signature of org.zkoss.zk.ui.util.Initiator.doAfterCompose as follows:

public void doAfterCompose(Page page, Component[] comps) throws Exception;

Discussion

  • Tom M. Yeh

    Tom M. Yeh - 2007-10-15
    • status: open --> closed
     
  • Tom M. Yeh

    Tom M. Yeh - 2007-10-15

    Logged In: YES
    user_id=91099
    Originator: YES

    Ready since 10/15
    --
    To maintain the backward compatibility, we added an additional interface called InitiatorExt.
    In other words, you have to implement InitiatorExt if you want to know what are created.

     

Log in to post a comment.