Which statement is true about the use of data controls in JSF? (Choose the best answer.)
Correct Answer:
D
🗳️
Incorrect Answers:
E: The DataBindings.cpx file maps individual pages to page definition files and declares which data controls defined in the DataControls.dcx file are being used by the application.
References:
http://www.ibm.com/developerworks/rational/library/10/customized-data-binding-to-third-party-javaserver-faces-controls/
Which statement is false? (Choose the best answer.)
Correct Answer:
C
🗳️
Incorrect Answers:
A: RowHeight is the height of the rows of the grid layout as a CSS length. panelDashboard stretches the panelBox children to fit within the width of a column and the specified row height.
B: ADF has a default styleClass called "AFStretchWidth" which could auto adjust the table width to let it occupy the whole horizontal space.
References:
http://docs.oracle.com/cd/E12839_01/apirefs.1111/e12419/tagdoc/af_panelGroupLayout.html
Which two statements ate true about a dvt:gauge component? (Choose two.)
Correct Answer:
AC
🗳️
A: A Threshold represents a significant value range like quota, target or limit value etc. When the indicator falls into one of the threshold ranges, it means certain criteria have been met or not. Different threshold ranges in gauges may have different colors, which you may customize.
C: The Vertical Status Meter and Status Meter are meters with a rectangular indicator placed in a bounding box. It looks like a mercury barometer.
Incorrect Answers:
B: The Indicator shows the metric value of the Gauge. There are three types of indicators for Dial Gauges: Line, Needle and Fill. Line and Needle are rotating pointers to show the metric value by pointing to certain angle on the dial. The Needle indicator is thicker than the Line indicator. Fill is a slice or section of the dial that fills from the minimum value up to the metric value. Users may specify the indicator fill color and border color.
D: The simplest data model for a Gauge is a single metric value, which can be specified by the value attribute. In addition, the threshold, minimum and maximum values can also be specified by Threshold tag, and the minValue and maxValue attributes respectively.
References:
https://docs.oracle.com/cd/E21764_01/apirefs.1111/e12418/tagdoc/dvt_gauge.html
Consider a bounded task flow input parameter called employeeId of type oracle.jbo.domain.Number. When defining the parameter in the bounded task flow, if you do not define a value (destination) for the parameter, where does it get written to? (Choose the best answer.)
Correct Answer:
C
🗳️
For example, the page might specify #{pageFlowScope.empno} as a page parameter and a bounded task flow might specify #{pageFlowScope.employeeID} as the value of an input parameter definition.
The from-value on the view activity input page parameter would be #{pageFlowScope.employeeID} and the to-value would be #{pageFlowScope.empno}. This enables reuse of both the page definition and bounded task flow because you don't have to redefine parameters for every context in which each is used.
References:
https://docs.oracle.com/cd/E23943_01/web.1111/b31974/taskflows_parameters.htm#ADFFD19858