| greendroid.widget.itemview.ItemView |
Known Indirect Subclasses
|
An ItemView defines several methods necessary to the ItemAdapter in
order to process Items.
When developing your own ItemViews, make sure they all implement this interface.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Called by the
ItemAdapter the first time the ItemView is created. | |||||||||||
Called by the
ItemAdapter whenever an ItemView is displayed on
screen. | |||||||||||
Called by the ItemAdapter the first time the ItemView is created.
This is usually a good time to keep references on sub-Views.
Called by the ItemAdapter whenever an ItemView is displayed on
screen. This may occur at the first display time or when the ItemView is
reused by the ListView.
| item | The Item containing date used to populate this
ItemView
|
|---|