Partager via


ArrayAdapter.SetNotifyOnChange(Boolean) Méthode

Définition

Déterminez si les méthodes qui modifient la liste (#add, #addAll(Collection), #addAll(Object[]), #insert#remove, #clear, , #sort(Comparator)) appellent #notifyDataSetChangedautomatiquement .

[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 #notifyDataSetChangedautomatiquement . 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.

S’applique à