Condividi tramite


ArrayAdapter.SetNotifyOnChange(Boolean) Metodo

Definizione

Controllare se i metodi che modificano l'elenco (#add, #addAll(Collection), #addAll(Object[])#insert, #remove, #clear) #sort(Comparator)chiamano #notifyDataSetChangedautomaticamente .

[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

Parametri

notifyOnChange
Boolean

se true, le modifiche apportate all'elenco chiameranno automaticamente #notifyDataSetChanged

Attributi

Commenti

Controllare se i metodi che modificano l'elenco (#add, #addAll(Collection), #addAll(Object[])#insert, #remove, #clear) #sort(Comparator)chiamano #notifyDataSetChangedautomaticamente . Se impostato su false, il chiamante deve chiamare manualmente notifyDataSetChanged() per riflettere le modifiche nella visualizzazione associata.

Il valore predefinito è true e la chiamata a notifyDataSetChanged() reimposta il flag su true.

Documentazione java per android.widget.ArrayAdapter.setNotifyOnChange(boolean).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a