Added in API level 1

FixedViewInfo

open class FixedViewInfo
kotlin.Any
   ↳ android.widget.ListView.FixedViewInfo

A class that represents a fixed view in a list, for example a header at the top or a footer at the bottom.

Summary

Public constructors

Properties
Any!

The data backing the view.

Boolean

true if the fixed view should be selectable in the list

View!

The view to add to the list

Public constructors

FixedViewInfo

FixedViewInfo()

Properties

data

Added in API level 1
var data: Any!

The data backing the view. This is returned from ListAdapter#getItem(int).

isSelectable

Added in API level 1
var isSelectable: Boolean

true if the fixed view should be selectable in the list

view

Added in API level 1
var view: View!

The view to add to the list