TAW_12_2 Chapter 9, Introduction to web dynpro Flashcards
What programming approach is used to develop web dynpro
Declarative
What reuse components can be used by web dynpro
Global class methods, function modules, Web services thru a web service client object
What three user interfaces are available fo web dynpro
iView i enterprise portal, HTTP browser, NWBC
What are the three main parts of web dynpro?
Windows, Views, Component controller
What cannot serve as a mapping origin controller?
A view controller
All UI elements are bound to what?
The view controller
What triggers navigation between views
Outbound plugs
Only one outbound plug can be fired by a view?
False
All possible views of a window must be declared in the window?
True, as well as all view container areas
Multiple views can be displayed in view container area at one time
No, just one
View controllers cannot be declared as used controllers for other views
True
Source code should be encapsulated in global classes
This is best practice
What two elements are externally visible
Interface view and interface controller
What is the access point of a web dynpro component
A web dynpro application