Adobe 9A0-182 - Flex 4.5 ACE Exam Exam
Page: 2 / 20
Total 96 questions
Question #6 (Topic: )
You want to create a custom layout to display a number of images in a carousel. Which
superclass should you extend to create your custom layout?
superclass should you extend to create your custom layout?
A. HorizontalLayout
B. VerticalLayout
C. LayoutBase
D. TileLayout
Answer: C
Question #7 (Topic: )
Given the following code
<s:TextInput id="myTextInput" />
Which will allow you to set the content that will be displayed in the control?
<s:TextInput id="myTextInput" />
Which will allow you to set the content that will be displayed in the control?
A. myTextInput.label
B. TextInput.label
C. myTextInput.text
D. TextInput.text
Answer: C
Question #8 (Topic: )
Which property of the NumericStepper gives you access to the number that is displayed?
A. text
B. value
C. index
D. number
Answer: B
Question #9 (Topic: )
You want to use a field to capture a single line of typed input, with an approximate width of
30 characters. Which statement should you use?
30 characters. Which statement should you use?
A. <s:TextInput width="30"/>
B. <s:TextInput measuredWidth="30"/>
C. <s:TextInput widthInChars="30"/>
D. <s:TextArea measuredWidth="30"/>
Answer: C
Question #10 (Topic: )
Which two statements about the Spark DataGrid are true? (Choose two.)
A. The Spark DataGrid is implemented as a skinnable wrapper around the SparkGrid
B. The Spark DataGrid is a skinnable component that uses a Grid control as a skin part
C. The <s:GridColumn> component requires a dataField property
D. The <s:DataGridColumn> component requires a dataField property
E. The <s:Scroller> component must be implemented to enable Spark DataGrid scrolling
Answer: A,B