Méthode PickerBuilder.addViewGroup
Ajoutez un ViewGroup au volet de navigation de premier niveau.
Signature
addViewGroup(viewGroup: ViewGroup): PickerBuilder;
Détails
Facultatif |
Non |
Finale |
Non |
Protégée |
Non |
Statique |
Non |
Paramètres
Nom |
Type |
Facultatif |
Description |
viewGroup |
ViewGroup |
Non |
|
Renvoie
PickerBuilder
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/11/09 (UTC).
[null,null,["Dernière mise à jour le 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."]]],[]]