namespace Drupal\views\Ajax

Classsort descending Location Description
DismissFormCommand drupal/core/modules/views/lib/Drupal/views/Ajax/DismissFormCommand.php Provides an AJAX command for closing the views form modal.
HighlightCommand drupal/core/modules/views/lib/Drupal/views/Ajax/HighlightCommand.php Provides an AJAX command for highlighting a certain new piece of html.
ReplaceTitleCommand drupal/core/modules/views/lib/Drupal/views/Ajax/ReplaceTitleCommand.php Provides an AJAX command for replacing the page title.
ScrollTopCommand drupal/core/modules/views/lib/Drupal/views/Ajax/ScrollTopCommand.php Provides an AJAX command for scolling to the top of an element.
SetFormCommand drupal/core/modules/views/lib/Drupal/views/Ajax/SetFormCommand.php Provides an AJAX command for setting a form in the views edit modal.
ShowButtonsCommand drupal/core/modules/views/lib/Drupal/views/Ajax/ShowButtonsCommand.php Provides an AJAX command for showing the save and cancel buttons.
TriggerPreviewCommand drupal/core/modules/views/lib/Drupal/views/Ajax/TriggerPreviewCommand.php Provides an AJAX command for triggering the views live preview.
ViewAjaxResponse drupal/core/modules/views/lib/Drupal/views/Ajax/ViewAjaxResponse.php Custom JSON response object for an ajax view response.