to top
Android APIs
public class

ListView.FixedViewInfo

extends Object
java.lang.Object
   ↳ android.widget.ListView.FixedViewInfo

Class Overview

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
ListView.FixedViewInfo()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public Object data

Added in API level 1

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

public boolean isSelectable

Added in API level 1

true if the fixed view should be selectable in the list

public View view

Added in API level 1

The view to add to the list

Public Constructors

public ListView.FixedViewInfo ()

Added in API level 1