Main Menu
Lecture 1
Lecture 2
Lecture 3
Lecture 4
Lecture 6
Lecture 7
 

 

 

Master-detail design pattern

common way of displaying EOs

User chooses an EO to inspect - Movies

master - component returned which displays Movies

detail - follows the a relationship to display the talent on a second component

pattern can also exist within one component

Object Model

master-detail pattern describes a network of EOs

in a to-many relationship, the array is often used as the list attribute of a WORepetition