Which following class will extend the Manager class to provide predefined layout managers?
-
VerticalFieldManager
-
HorizontalFieldManager
-
FlowFieldManager
-
DialogFieldManager
-
All the above
-
None of the above
E
Correct answer
Explanation
VerticalFieldManager, HorizontalFieldManager, and FlowFieldManager all extend the Manager class and provide predefined layout management in BlackBerry UI. DialogFieldManager also extends Manager but is specifically designed for dialog-based layouts rather than general screen layout management. The question asks which classes extend Manager to provide layout managers - technically all four extend Manager, but the first three are the primary layout managers used for screen organization.