| Interface | Description |
|---|---|
| UndoAdapter |
An interface used for
SimpleSwipeUndoAdapter. |
| UndoCallback |
A callback interface used to inform its client about a successful dismissal of one or more list item positions.
|
| Class | Description |
|---|---|
| SimpleSwipeUndoAdapter |
An implementation of
SwipeUndoAdapter which puts the primary and undo View in a FrameLayout,
and handles the undo click event. |
| SwipeUndoAdapter |
Adds swipe-undo behaviour to the
AbsListView, using a SwipeUndoTouchListener. |
| SwipeUndoTouchListener |
A
SwipeDismissTouchListener that adds an undo stage to the item swiping. |
| SwipeUndoView |
A convenience class which holds a primary and a undo
View. |
| TimedUndoAdapter |
A
SimpleSwipeUndoAdapter which automatically dismisses items after a timeout. |
| Util |