Salesforce Certified Force.com Advanced Developer DEV-501 Question # 59 Topic 6 Discussion

Salesforce Certified Force.com Advanced Developer DEV-501 Question # 59 Topic 6 Discussion

DEV-501 Exam Topic 6 Question 59 Discussion:
Question #: 59
Topic #: 6

The list view picklist for an object, including its associated list of records for the currently selected view. In standard Salesforce applications this component is displayed on the main tab for a particular object. This component has additional attributes that can be specified, such as the height and rows per page, as compared to <apex:listView>.

Note: When an <apex:enhancedList> is rerendered through another component's rerender attribute, the <apex:enhancedList> must be inside of an <apex:outputPanel> component that has its layout attribute set to "block". The <apex:enhancedList> component is not allowed on pages that have the attribute showHeader set to false. You can only have five <apex:enhancedList> components on a single page. Ext JS versions less than 3 should not be included on pages that use this component.


A.

apex:attribute


B.

apex:enhancedList


C.

apex:actionFunction


D.

apex:inputCheckbox


Get Premium DEV-501 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.