Added in API level 1

ListView.FixedViewInfo

public class ListView.FixedViewInfo
extends Object

java.lang.Object
   ↳ 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

Fields

public Object data

The data backing the view.

public boolean isSelectable

true if the fixed view should be selectable in the list

public View view

The view to add to the list

Public constructors

FixedViewInfo()

Inherited methods

Fields

data

Added in API level 1
public Object data

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

isSelectable

Added in API level 1
public boolean isSelectable

true if the fixed view should be selectable in the list

view

Added in API level 1
public View view

The view to add to the list

Public constructors

FixedViewInfo

public FixedViewInfo ()