Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
blockly > Wylot > wheel_
Metoda Flyout.wheel_()
Przewiń menu.
Podpis:
protected abstract wheel_(e: WheelEvent): void;
Parametry
Parametr |
Typ |
Opis |
e |
WheelEvent |
Zdarzenie przewijania kółkiem myszy. |
Zwroty:
nieważne
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-08-24 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2024-08-24 UTC."],[[["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"]]