No examples for this method.
Frequently called with: [Clear]
-1
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
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The data backing the view. This is returned from getItem(int)
.
true
if the fixed view should be selectable in the list