با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
blockly > Flyout > wheel_
متد Flyout.wheel_().
فلای اوت را اسکرول کنید.
امضا:
protected abstract wheel_(e: WheelEvent): void;
پارامترها
پارامتر | تایپ کنید | توضیحات |
---|
ه | WheelEvent | رویداد اسکرول چرخ ماوس. |
برمی گرداند:
باطل
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-01-06 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-01-06 بهوقت ساعت هماهنگ جهانی."],[[["The `Flyout.wheel_()` method is responsible for managing the scrolling behavior of the flyout when the mouse wheel is used."],["This method takes a `WheelEvent` as input, providing details about the scroll action performed by the user."],["It's an abstract protected method, meaning it needs to be implemented by subclasses of `Flyout` to define the specific scrolling logic."],["The method doesn't return any value, its purpose is solely to control the flyout's scrolling response to wheel events."]]],["The `Flyout.wheel_()` method handles scrolling within a flyout, triggered by mouse wheel events. It accepts a `WheelEvent` object, denoted as 'e', containing details about the scroll action. This method is abstract and protected, implying it's intended for implementation in subclasses. No values are returned by this function.\n"]]