方法 PickerBuilder.hideTitleBar
禁止显示标题栏。如需重新启用,请使用非空标题或 undefined
调用 setTitle
。
签名
hideTitleBar(): PickerBuilder;
详细信息
返回
PickerBuilder
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-09。
[null,null,["最后更新时间 (UTC):2024-11-09。"],[[["`hideTitleBar()` method disables the display of the title bar in a Picker."],["To show the title bar again, use `setTitle()` with a non-empty title or `undefined`."],["This method is not optional, final, protected, or static."],["Calling `hideTitleBar()` returns a `PickerBuilder` instance for further configuration."]]],["The `hideTitleBar()` method, part of `PickerBuilder`, disables the display of the title bar. To re-enable it, use the `setTitle` method, providing either a non-empty title or `undefined` as an argument. This method is not optional, final, protected, or static and returns a `PickerBuilder` instance.\n"]]