方法 ViewGroup.addLabel
为此 ViewGroup
添加标签。
签名
addLabel(label: string): ViewGroup;
详细信息
参数
名称 |
类型 |
可选 |
说明 |
label |
string |
否 |
|
返回
ViewGroup
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-08。
[null,null,["最后更新时间 (UTC):2024-11-08。"],[[["The `addLabel()` method allows you to add a label to a `ViewGroup`."],["This method is a non-optional, non-final, non-protected, and non-static instance method."],["It accepts one mandatory parameter: `label`, which is a string."],["It returns the `ViewGroup` instance it's called on."]]],["The `addLabel` method adds a label to a `ViewGroup`. It accepts a single parameter, `label`, which is a required string. This method is neither optional, final, protected, nor static. It returns the modified `ViewGroup` itself, allowing for method chaining. The `label` parameter's description is empty, implying the label's value is directly provided by the string argument.\n"]]