cuba-platform / documentation

CUBA Platform Documentation
https://www.cuba-platform.com
Creative Commons Attribution 4.0 International
26 stars 45 forks source link

Screen lifecycle diagram #662

Open alexbudarov opened 4 years ago

alexbudarov commented 4 years ago

Environment

Description of the bug or enhancement

See Android Activity lifecycle diagram: http://android-steps.blogspot.com/2014/02/android-eclipse-managing-activity-life.html

Can we draw something like this and put to Screen Controllers manual section? For ordinary screen, fragment, editor.

alexbudarov commented 4 years ago

Apart from events, add internal steps like "controller is instantiated", "injection", "data containers are loaded if @LDBShow is set", "form fields are generated", ...