Compartilhar via


ArrayAdapter.SetNotifyOnChange(Boolean) Método

Definição

Controle se os métodos que alteram a lista (, , , , , , ) #sort(Comparator)chamam #notifyDataSetChangedautomaticamente . #clear#remove#insert#addAll(Object[])#addAll(Collection)#add

[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

Parâmetros

notifyOnChange
Boolean

se verdadeiro, as modificações na lista chamarão automaticamente #notifyDataSetChanged

Atributos

Comentários

Controle se os métodos que alteram a lista (, , , , , , ) #sort(Comparator)chamam #notifyDataSetChangedautomaticamente . #clear#remove#insert#addAll(Object[])#addAll(Collection)#add Se definido como false, o chamador deve chamar manualmente notifyDataSetChanged() para que as alterações sejam refletidas no modo de exibição anexado.

O padrão é true, e chamar notifyDataSetChanged() redefine o sinalizador para true.

Documentação Java para android.widget.ArrayAdapter.setNotifyOnChange(boolean).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a