In: |
lib_wpm/wpm.rb
|
Parent: | FormElementWidget |
memo: event flow. (1) call WPM::Component#compile -> building a tree of components. (2) call WPM::FormControlWidget#read_form -> reading form parameter. (3) call WPM::Widget#invoke -> executing an action at a widget. (4) call WPM::Widget#view -> building widget view.