Interface | Description |
---|---|
DragSortListView.DragListener | |
DragSortListView.DragScrollProfile |
Interface for controlling
scroll speed as a function of touch position and time.
|
DragSortListView.DragSortListener | |
DragSortListView.DropListener |
Your implementation of this has to reorder your ListAdapter!
Make sure to call
BaseAdapter.notifyDataSetChanged() or something like it
in your implementation. |
DragSortListView.FloatViewManager |
Interface for customization of the floating View appearance
and dragging behavior.
|
DragSortListView.RemoveListener |
Make sure to call
BaseAdapter.notifyDataSetChanged() or something like it
in your implementation. |
SimpleDragSortCursorAdapter.CursorToStringConverter |
This class can be used by external clients of SimpleCursorAdapter
to define how the Cursor should be converted to a String.
|
SimpleDragSortCursorAdapter.ViewBinder |
This class can be used by external clients of SimpleCursorAdapter
to bind values fom the Cursor to views.
|
Class | Description |
---|---|
BuildConfig | |
DragSortController |
Class that starts and stops item drags on a
DragSortListView
based on touch gestures. |
DragSortCursorAdapter |
A subclass of
CursorAdapter that provides
reordering of the elements in the Cursor based on completed
drag-sort operations. |
DragSortItemView |
Lightweight ViewGroup that wraps list items obtained from user's
ListAdapter.
|
DragSortItemViewCheckable |
Lightweight ViewGroup that wraps list items obtained from user's
ListAdapter.
|
DragSortListView |
ListView subclass that mediates drag and drop resorting of items.
|
R | |
R.attr | |
R.id | |
R.styleable | |
ResourceDragSortCursorAdapter |
Static library support version of the framework's
ResourceCursorAdapter . |
SimpleDragSortCursorAdapter |
An easy adapter to map columns from a cursor to TextViews or ImageViews
defined in an XML file.
|
SimpleFloatViewManager |
Simple implementation of the FloatViewManager class.
|