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…')
 
m
 
Line 20: Line 20:
 
**doFinally()
 
**doFinally()
 
**Page attach to desktop
 
**Page attach to desktop
[[where to set break point to observe the loading page evaluation sequence | Breakpoints to observe the evaluation of loading page]]
 
  
 
{{ ZKDevelopersGuidePageFooter}}
 
{{ ZKDevelopersGuidePageFooter}}

Latest revision as of 09:09, 3 December 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



Last Update : 2010/12/03

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