课程视图
所有视图的抽象类。
签名
export abstract class View
详细信息
方法
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-08。
[null,null,["最后更新时间 (UTC):2024-11-08。"],[[["`View` is an abstract class serving as the foundation for all views within the system, offering a blueprint for creating and managing visual components."],["It provides essential functionalities like retrieving the view's unique identifier (`getId()`), setting acceptable file types for display (`setMimeTypes()`), and pre-filling search queries (`setQuery()`)."],["Developers can extend this class to build specialized views with tailored functionalities, but it cannot be directly instantiated due to its abstract nature."]]],[]]