| 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.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| data | The data backing the view. | ||||||||||
| isSelectable |
true if the fixed view should be selectable in the list
|
||||||||||
| view | The view to add to the list | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
The data backing the view. This is returned from getItem(int).
true if the fixed view should be selectable in the list