Package icyllis.modernui.widget
Class ListView.FixedViewInfo
java.lang.Object
icyllis.modernui.widget.ListView.FixedViewInfo
- Enclosing class:
ListView
A class that represents a fixed view in a list, for example a header at the top
or a footer at the bottom.
-
Field Summary
Modifier and TypeFieldDescriptionThe data backing the view.boolean
true
if the fixed view should be selectable in the listThe view to add to the list -
Constructor Summary
-
Method Summary
-
Field Details
-
view
The view to add to the list -
data
The data backing the view. This is returned fromAdapter.getItem(int)
. -
isSelectable
public boolean isSelectabletrue
if the fixed view should be selectable in the list
-
-
Constructor Details
-
FixedViewInfo
public FixedViewInfo()
-