Yöntem PickerBuilder.addViewGroup
Üst düzey gezinme bölmesine bir ViewGroup ekleyin.
İmza
addViewGroup(viewGroup: ViewGroup): PickerBuilder;
Ayrıntılar
İsteğe bağlı |
Hayır |
Final |
Hayır |
Korumalı |
Hayır |
Statik |
Hayır |
Parametreler
Ad |
Tür |
İsteğe bağlı |
Açıklama |
viewGroup |
ViewGroup |
Hayır |
|
İadeler
PickerBuilder
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-11-09 UTC.
[null,null,["Son güncelleme tarihi: 2024-11-09 UTC."],[[["The `addViewGroup` method allows you to incorporate a ViewGroup into the primary navigation structure of the Picker."],["This method is not optional, final, protected, or static."],["It accepts a single, required parameter: `viewGroup`, which is an instance of the `ViewGroup` class."],["Upon execution, `addViewGroup` returns an instance of the `PickerBuilder` to facilitate further customization."]]],[]]