קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
blockly > blockRendering > RenderInfo > addInput_
אם צריך, מוסיפים רכיב קלט לשורה הפעילה ומתעדים את סוג הקלט בשורה.
Signature:
protected addInput_(input: Input, activeRow: Row): void;
פרמטרים
פרמטר |
סוג |
תיאור |
קלט |
קלט |
הקלט שעליו רוצים להקליט מידע. |
activeRow |
שורה |
השורה שמאוכלסת כרגע. |
החזרות:
ריק
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[],["The `addInput_()` method, part of `RenderInfo`, adds an input element to a row being actively built. It records the input's type on that row. This method accepts two parameters: the `Input` itself and the `Row` it's being added to. Its role is to populate a specified row with information regarding the provided input. The method does not return a value.\n"],null,[]]