TAW_12_2 Chapter 10, Web Dynpro Controllers Flashcards
1
Q
There are 5 controller types. Name them.
A
Component Custom (optional) Configuration (optional) View Window
2
Q
How many times can a view be declared in a single view assembly?
A
Only once
3
Q
What is the first controller instance created
A
Configuration
4
Q
WDDOINIT and WDDOEXIT are
A
the two standard hook methods that exist for all controllers
5
Q
The component controller has three additional standard hooks. What are they
A
wddobeforenavigation
wddopostprocessing
wddoapplicationstatechange
6
Q
Navigation links are part of…
A
Window embedding the views
7
Q
View controllers contain 4 addition standard hooks. Name them
A
wddobefreaction
wddoafteraction
wddomodifyview
wddooncontextmenu
8
Q
Window controllers have two additional standard hooks.
A
wddoonopen
wddoonclose