Most visited

Recently visited

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

ListView.FixedViewInfo()

Inherited methods

From class java.lang.Object

Fields

data

Added in API level 1
Object data

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

isSelectable

Added in API level 1
boolean isSelectable

true if the fixed view should be selectable in the list

view

Added in API level 1
View view

The view to add to the list

Public constructors

ListView.FixedViewInfo

Added in API level 1
ListView.FixedViewInfo ()

Hooray!