鴻蒙OS RecycleItemProvider

2022-09-29 10:21 更新

RecycleItemProvider

java.lang.Object

|---ohos.agp.components.BaseItemProvider

|---|---ohos.agp.components.RecycleItemProvider

@Deprecated
public abstract class RecycleItemProvider
extends BaseItemProvider

已棄用。 此更改從 API 版本 5 開始生效。由 BaseItemProvider 替換

Since:

3

構(gòu)造函數(shù)摘要

構(gòu)造函數(shù) 描述
RecycleItemProvider() 已棄用。

方法總結(jié)

修飾符和類型 方法 描述
int getCacheSize() 已棄用。 此更改從 API 版本 5 開始生效。不再使用。 緩存大小根據(jù)布局規(guī)則動(dòng)態(tài)計(jì)算。
void onItemMoved(int from, int to) 已棄用。 此更改從 API 版本 5 開始生效。不再使用。 替換為 BaseItemProvider 中的 onItemMoved(int from, int to)
void setCacheSize(int size) 已棄用。 此更改從 API 版本 5 開始生效。不再使用。 緩存大小根據(jù)布局規(guī)則動(dòng)態(tài)計(jì)算。
從類 ohos.agp.components.BaseItemProvider 繼承的方法
addDataSubscriber, getComponent, getComponentTypeCount, getCount, getFilter, getItem, getItemComponentType, getItemId, notifyDataChanged, notifyDataInvalidated, notifyDataSetItemChanged, notifyDataSetItemInserted, notifyDataSetItemRangeChanged, notifyDataSetItemRangeInserted, notifyDataSetItemRangeRemoved, notifyDataSetItemRemoved, removeDataSubscriber, setFilter
從類 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

構(gòu)造函數(shù)詳細(xì)信息

RecycleItemProvider

@Deprecated public RecycleItemProvider()

已棄用。

方法詳情

onItemMoved

@Deprecated public void onItemMoved(int from, int to)

已棄用。 此更改從 API 版本 5 開始生效。不再使用。 替換為 BaseItemProvider 中的 onItemMoved(int from, int to)

當(dāng)組件項(xiàng)移動(dòng)到數(shù)據(jù)集時(shí)調(diào)用。

覆蓋:

類 BaseItemProvider 中的 onItemMoved

參數(shù):

參數(shù)名稱 參數(shù)描述
from 表示組件項(xiàng)在數(shù)據(jù)集中的原始位置。
to 表示組件項(xiàng)在數(shù)據(jù)集中的最新位置。

setCacheSize

@Deprecated public void setCacheSize(int size)

已棄用。 此更改從 API 版本 5 開始生效。不再使用。 緩存大小根據(jù)布局規(guī)則動(dòng)態(tài)計(jì)算。

設(shè)置可以創(chuàng)建的最大組件數(shù)。

參數(shù):

參數(shù)名稱 參數(shù)描述
size 表示可以創(chuàng)建的最大組件數(shù)。

getCacheSize

@Deprecated public int getCacheSize()

已棄用。 此更改從 API 版本 5 開始生效。不再使用。 緩存大小根據(jù)布局規(guī)則動(dòng)態(tài)計(jì)算。

獲取可以創(chuàng)建的最大組件數(shù)。

返回:

返回可以創(chuàng)建的最大組件數(shù)。

以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)