Which two statements are true about an af:panelStretchLayout component? (Choose two.)
A.
A component placed in the center facet dynamically spaces out vertically to fill out the page height.
B.
If the top facet has more content then fits vertically, it automatically adds a vertical scroll bar.
C.
Facets without content in them do not show up at run time.
D.
Components placed in the center facet stretch to fill the horizontal space regardless of their containing
layout container.
E.
You cannot include another panelStretchLayout component in the bottom facet.
F.
You can specify the vertical size for the top facet in pixels.
Explanation:
A: The panelStretchLayout component stretches the child in the center facet to fill all of available space. The
available space may be constrained by the presence of other children in the top/bottom/start/end facets. When
these children are present, they occupy space defined by the topHeight/bottomHeight and startWidth/endWidth
attributes.
Incorrect Answers:
E: Examples of child components that can be stretched inside of the panelStretchLayout facets include
<af:panelStretchLayout>.
http://docs.oracle.com/cd/E12839_01/apirefs.1111/e12419/tagdoc/af_panelStretchLayout.html