ArrayAdapter.SetNotifyOnChange(Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Déterminez si les méthodes qui modifient la liste (#add
, #addAll(Collection)
, #addAll(Object[])
, #insert
#remove
, #clear
, , #sort(Comparator)
) appellent #notifyDataSetChanged
automatiquement .
[Android.Runtime.Register("setNotifyOnChange", "(Z)V", "GetSetNotifyOnChange_ZHandler")]
public virtual void SetNotifyOnChange (bool notifyOnChange);
[<Android.Runtime.Register("setNotifyOnChange", "(Z)V", "GetSetNotifyOnChange_ZHandler")>]
abstract member SetNotifyOnChange : bool -> unit
override this.SetNotifyOnChange : bool -> unit
Paramètres
- notifyOnChange
- Boolean
si la valeur est true, les modifications apportées à la liste appellent automatiquement #notifyDataSetChanged
- Attributs
Remarques
Déterminez si les méthodes qui modifient la liste (#add
, #addAll(Collection)
, #addAll(Object[])
, #insert
#remove
, #clear
, , #sort(Comparator)
) appellent #notifyDataSetChanged
automatiquement . Si la valeur est false, l’appelant doit appeler manuellement notifyDataSetChanged() pour que les modifications soient reflétées dans la vue jointe.
La valeur par défaut est true et l’appel de notifyDataSetChanged() réinitialise l’indicateur sur true.
Documentation Java pour android.widget.ArrayAdapter.setNotifyOnChange(boolean)
.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.