調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >FieldDropdown >render_
FieldDropdown.render_() メソッド
適切な幅で枠線を描画します。
署名:
protected render_(): void;
戻り値:
void
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-10 UTC。
[null,null,["最終更新日 2024-09-10 UTC。"],[[["This method, `render_()`, is responsible for visually drawing the border of the dropdown field with the appropriate width."],["It's a protected method, meaning it's primarily used internally within the `FieldDropdown` class."],["The method doesn't return any specific value (`void`)."],["It's part of the Blockly library, specifically within the `FieldDropdown` class, focusing on the visual representation of the dropdown element."]]],[]]