Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
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