お知らせ:
2025 年 4 月 15 日より前に Earth Engine の使用を登録したすべての非商用プロジェクトは、アクセスを維持するために
非商用目的での利用資格を確認する必要があります。2025 年 9 月 26 日までに確認が完了していない場合、アクセスが保留されることがあります。
ui.Select.setPlaceholder
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
値が選択されていない場合に表示される選択のプレースホルダ テキストを設定します。
この選択を返します。
| 用途 | 戻り値 |
|---|
Select.setPlaceholder(placeholder) | ui.Select |
| 引数 | タイプ | 詳細 |
|---|
これ: ui.select | ui.Select | ui.Select インスタンス。 |
placeholder | 文字列 | 選択のプレースホルダ テキスト。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[],["The `Select.setPlaceholder()` method sets the placeholder text for a select element, displayed when no value is chosen. It accepts a string argument (`placeholder`) representing the desired text. The method, when called on a `ui.Select` instance, modifies the instance and returns the same `ui.Select` instance, allowing for method chaining. The `ui.Select` instance is passed as the argument 'this'.\n"]]