*/ trait AjaxComponent { public function isAjaxComponent() { return $this instanceof \ThurData\Servers\KerioEmail\Core\UI\Interfaces\AjaxElementInterface; } }