Adobe Flex 3.0 Test
A component based on which of the following tags cannot be included inside the main mxml component?
After invoking an HTTP service request, in which of the following properties are the returned results stored?
By which of the following containers is constraint based layout supported?
Containers can be of two types, which are:
During which phase of the event propagation is the event handler of the component which generated the event invoked?
Given a DataGrid which is placed inside a Panel(Height=300, width=500), how would you set the height and width of the datagrid so that it automatically changes (to fit in the panel) whenever the pa...
Given a TextInput of id 'myText', what would be the output of the following code snippet? myText.height = 20; myText.width = 50; trace("ExplicitWidth:" + myText.explicitWidth+ ...
Given below is the declaration of a Wipe-Effect. What would be the duration of the wipe effect? <mx:WipeLeft id="myWipeEffect" duration="2000"/>
Given the following CSS style declaration, which type of style selector is being used? <mx:Style> Button{ font-size:30pt; color:#FFFFFF; } </mx:Style>
Given the following CSS style declarations, what will be the font color and font size of a label in the UI when the application is run? <mx:Style> global{ font-size:10p...
Given the following declaration of a CurrencyFormatter, what would the trace statement print? <mx:CurrencyFormatter id="myCurrFormatter" currencySymbol="Rs." precision="1" rounding="nearest"/> tra...
How many Application tags can be included in an mxml file?
How many components can an ItemEditor contain?
How many root nodes can an XML(E4X) object have?
Identify the two components used in the above image:
In the MVC design pattern, which tier do data models of a flex application represent?
The applicationComplete event of a container occurs before the creationComplete event?
The default order in which the event propagation phases occur is______.
The dispatchEvent() method of the EventDispatcher class is used to______.
The priority of the busy Cursor in flex is ______.
What does the pattern letter 'M' denote in the format string of a DateFormatter?
What happens when we add an item(at runtime) to an array collection which is bound to the dataProvider of a Datagrid?
What is the layout direction of a VBox?
What is the maximum no. of <mx:Script> blocks that can be defined in an mxml file?
What is the maximum no. of characters allowed for the label text of a link button?
What is the most efficient way to validate that alpha-numeric data is in the correct format?
When a flex library project is compiled, what type of file is generated?
When a new custom component based on VBox layout is created, it implies that:
When a Text control is declared inside the Application tags using the mxml tags, it implies that:
When creating a Consumer object, which event is used to get a handle on the data that is received?
When creating a new Event object, which of the following attributes must be defined?
When the repeat count of an effect is set to 0, it implies that the effect will repeat______.
Which interface needs to be implemented in order to supply our own uid property in a custom class?
Which method of a Validator would you call to programmatically trigger the validation?
Which method of changing the appearance of a Flex application requires the use of 3rd-party tools like Adobe Photoshop or Adobe Flash 8?
Which method of the ModuleLoader API is used to load a module?
Which of the following attributes of the Event class is defined in all types of events in flex?
Which of the following attributes of the Event Class stores the id of the component which generated the event?
Which of the following can be used to access the server side data from a flex application?
Which of the following components would be used to show the five components in the form of an organized list in the UI(as shown in the above image)?
Which of the following components would you use to interact with web services that define their interfaces in a WSDL document which is available as a URL?
Which of the following containers extends the Viewstack class to provide navigation between its child components?
Which of the following controls cannot be used as an Item Renderers?
Which of the following does not accept Viewstack as a dataprovider?
Which of the following does not extend the Box container?
Which of the following events is dispatched when a component and all its children have been created, but the component size has not been determined?
Which of the following Flex UI components is not a Control?
Which of the following is not a data-driven control?
Which of the following is not a type of Item Renderers?
Which of the following is not an advantage of using Modules?
Which of the following is the correct syntax for declaring the label function of a datagrid?
Which of the following is the correct syntax to show the busy cursor in the UI using the CursorManager class?
Which of the following is the correct way of assigning the given style to a button control? <mx:Style> .myButtonStyle{ font-size:30pt; color:#FFFFFF; ...
Which of the following is the correct way of setting a style property in a CSS file?
Which of the following is the correct way of setting the font color of a label to white(#FFFFFF) using the set style method?
Which of the following is the root tag of a Flex application?
Which of the following is used to sort the items of an array collection?
Which of the following methods of the arrayCollection class can be used to add an item in the arrayCollection?
Which of the following methods of the Event class is used to stop the bubbling of an event to its parent containers?
Which of the following operators can be used for data binding between the properties of a component?
Which of the following statements about a Label control is true?
Which of the following statements about Data binding is not correct?
Which of the following statements about the view cursor is true?
Which of the following statements is incorrect?
Which of the following statements is true about the EmailValidator?
Which of the following statements most appropriately describes the 'behavior' of a flex UI component?
Which of the following syntax would be used to set the current state to the base state?
Which of the following text controls does not allow the user to input text?
Which of the following values of from and to state would create the same transition to and from every state in the application?
Which properties of the datagrid would we need to set in order to achieve the positioning shown in the image above:
Which protocol supports the use of server-pushed messages with the Messaging and Data Management services in Flex?
Which statement about CSS properties is true?
Which term best describes a server-side code that interacts directly with the object or service?
Which type of a value does the Effect.targets property accept?
Which type of Style declaration has the highest precedence?
While adding child components through view states, which of the following is not a valid value for the 'position' property?
With which of the following components can Item Renderers not be used?
You want to display a check box control on every row of a datagrid and have both render and change the value of a Boolean property of each data item named isSelected. Which is the correct syntax fo...