تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
blockly > القائمة المنبثقة > wheel_
طريقة Flyout.wheel_()
قم بتمرير القائمة المنبثقة.
Signature:
protected abstract wheel_(e: WheelEvent): void;
المعلمات
المعلمة |
النوع |
الوصف |
e |
WheelEvent |
حدث تمرير عجلة الماوس |
المرتجعات:
فراغ
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-08-24 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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"]],["تاريخ التعديل الأخير: 2024-08-24 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]