クラスビュー
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
すべてのビューの抽象クラス。
署名
export abstract class View
詳細
メソッド
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],[],null,["# Class View\n\nAn abstract class for all views.\n\nSignature\n---------\n\n export abstract class View\n\nDetails\n-------\n\n| Final | No |\n|-------|----|\n\nMethods\n-------\n\n| Name | Description |\n|---------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [`getId()`](./picker.view.getid) | Returns the `ViewId` of the view. |\n| [~~`getLabel()`~~](./picker.view.getlabel) | *(Deprecated)* |\n| [~~`setLabel(label)`~~](./picker.view.setlabel) | *(Deprecated)* |\n| [`setMimeTypes(mimeTypes)`](./picker.view.setmimetypes) | Sets the MIME types included in the view. Use commas to separate MIME types if more than one is required. If you don't set MIME types, files of all MIME types are displayed in the view. |\n| [`setQuery(query)`](./picker.view.setquery) | For views involving searches, prepopulate the search query with these terms. |"]]