Table of Sequence"

From Documentation
(Created page with '{{ZKDevelopersGuidePageHeader}} In the table below, we list things happened by sequence when loading a page. *Page initial **<?init class=""?> doInit() **<?init src=xxx.zs?> *C…')
(No difference)

Revision as of 02:29, 20 July 2010

Stop.png This documentation is for an older version of ZK. For the latest one, please click here.


In the table below, we list things happened by sequence when loading a page.

  • Page initial
    • <?init class=""?> doInit()
    • <?init src=xxx.zs?>
  • Component Creation
    • properties of custom atributes
    • forEach, each
    • Assign property, like width="100px"
    • afterCompose()
    • EL can be used here, but its target may be not available, and return null.
  • Event processing
    • onCreate(), only onCreate() takes place at this phase
  • Rendering
    • late-binding EL expression #{}, for CSA
    • include component includes a page
    • Redraw()
    • doFinally()
    • Page attach to desktop

Breakpoints to observe the evaluation of loading page



Last Update : 2010/07/20

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.