Table Of Contents
Abstract View¶
バージョン 1.5 で追加.
バージョン 1.10.0 で撤廃: The feature has been deprecated.
警告
This code is still experimental, and its API is subject to change in a future version.
The AbstractView
widget has an adapter property
for an adapter that mediates to data. The adapter manages an
item_view_instance dict property that holds views for each data item,
operating as a cache.
-
class
kivy.uix.abstractview.
AbstractView
(**kwargs)[ソース]¶ ベースクラス:
kivy.uix.floatlayout.FloatLayout
View using an
Adapter
as a data provider.-
adapter
¶ The adapter can be one of several kinds of
adapters
. The most common example is theListAdapter
used for managing data items in a list.
-