クラス選択ツール
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Picker
は、ユーザーの UI アクションを表す最上位オブジェクトです。
これらのオブジェクトは直接作成されず、代わりに PickerBuilder
クラスが使用されます。
署名
export class Picker
詳細
メソッド
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],[],null,["# Class Picker\n\n`Picker` is the top level object representing the UI action with the user.\nThese objects are not created directly, but instead use the `PickerBuilder`\nclass.\n\nSignature\n---------\n\n export class Picker\n\nDetails\n-------\n\n| Final | No |\n|-------|----|\n\nMethods\n-------\n\n| Name | Description |\n|------------------------------------------------------|------------------------------------------------------------------------------------------|\n| [`dispose()`](./picker.picker.dispose) | Disposes the `Picker` object. |\n| [`isVisible()`](./picker.picker.isvisible) | Get a boolean indicating the current `Picker` visibility. |\n| [`setCallback(method)`](./picker.picker.setcallback) | Specify the callback method called whenever the user has selected an item (or canceled.) |\n| [`setRelayUrl(url)`](./picker.picker.setrelayurl) | Specify a relay URL to circumvent cross-domain issues. |\n| [`setVisible(visible)`](./picker.picker.setvisible) | Control the visibility of the `Picker` object. |"]]