Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
blockly > blockRendering > Panel > drawRightSideRow_
Metoda blockRendering.Drawer.drawRightSideRow_()
Dodaj kroki dla prawej strony wiersza, który nie zawiera połączeń do wprowadzania wartości lub instrukcji.
Podpis:
protected drawRightSideRow_(row: Row): void;
Parametry
Parametr |
Typ |
Opis |
wiersz |
Wiersz |
Rząd, którego bok ma zostać narysowany. |
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-29 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-29 UTC."],[[["The `drawRightSideRow_` method is used within the Blockly block rendering process to specifically handle the visual drawing of the right-hand side of a block row."],["This method is designed for rows that lack value or statement input connections, focusing on the visual elements of the block's structure."],["It accepts a single argument: a `Row` object representing the row to be drawn."],["The method's purpose is to add the necessary visual steps to the rendering process for completing the right side of the specified row."]]],[]]