nerdexam
Salesforce

PDII · Question #132

Choose the correct definition for <apex:actionStatus>.

The correct answer is D. Can be associated with an AJAX request (actionFunction/actionSupport/actionPoller) and shows. See the full explanation below for the reasoning.

Question

Choose the correct definition for apex:actionStatus.

Options

  • AAllows for controller methods to be called directly from Javascript. Must be encapsulated in
  • BSends an AJAX request according to the time interval you specify. If this ever gets re-rendered, it
  • CAdds AJAX support to another component (e.g. onClick, onMouseUp, onFocus, etc.)
  • DCan be associated with an AJAX request (actionFunction/actionSupport/actionPoller) and shows
  • ESignifies which components should be processed by the server when an AJAX request is

How the community answered

(64 responses)
  • A
    8% (5)
  • B
    2% (1)
  • C
    2% (1)
  • D
    84% (54)
  • E
    5% (3)

Community Discussion

No community discussion yet for this question.

Full PDII Practice