透過集合功能整理內容
你可以依據偏好儲存及分類內容。
封鎖 >blockRendering >RenderInfo資訊 >addInput_
視需要在有效列中新增輸入元素,並記錄該列的輸入類型。
Signature:
protected addInput_(input: Input, activeRow: Row): void;
參數
參數 |
類型 |
說明 |
輸入 |
輸入功率 |
要記錄相關資訊的輸入內容。 |
activeRow |
Row |
目前填入中的資料列。 |
傳回:
void
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[],["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,[]]