Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
blockly > blockRendering > RenderInfo > addInput_
Aggiungi un elemento di input alla riga attiva, se necessario, e registra il tipo di input nella riga.
Firma:
protected addInput_(input: Input, activeRow: Row): void;
Parametri
Parametro |
Tipo |
Descrizione |
input |
Ingresso |
L'input su cui registrare le informazioni. |
activeRow |
Riga |
La riga attualmente in fase di completamento. |
Resi:
null
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-25 UTC.
[null,null,["Ultimo aggiornamento 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,[]]