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

? Examples
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

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.