- setAdapter(ListAdapter) - 类 中的方法com.crazyxk.swipelistview.SwipeListView
-
- setAnimationTime(long) - 类 中的方法com.crazyxk.swipelistview.SwipeListView
-
Sets animation time when user drops cell
- setAnimationTime(long) - 类 中的方法com.crazyxk.swipelistview.SwipeListViewTouchListener
-
Sets animation time when the user drops the cell
- setEnabled(boolean) - 类 中的方法com.crazyxk.swipelistview.SwipeListViewTouchListener
-
Set enabled
- setLeftOffset(float) - 类 中的方法com.crazyxk.swipelistview.SwipeListViewTouchListener
-
Set the left offset
- setOffsetLeft(float) - 类 中的方法com.crazyxk.swipelistview.SwipeListView
-
Set offset on left
- setOffsetRight(float) - 类 中的方法com.crazyxk.swipelistview.SwipeListView
-
Set offset on right
- setRightOffset(float) - 类 中的方法com.crazyxk.swipelistview.SwipeListViewTouchListener
-
Sets the right offset
- setSwipeActionLeft(int) - 类 中的方法com.crazyxk.swipelistview.SwipeListView
-
Set action on left
- setSwipeActionLeft(int) - 类 中的方法com.crazyxk.swipelistview.SwipeListViewTouchListener
-
Set action on left
- setSwipeActionRight(int) - 类 中的方法com.crazyxk.swipelistview.SwipeListView
-
Set action on right
- setSwipeActionRight(int) - 类 中的方法com.crazyxk.swipelistview.SwipeListViewTouchListener
-
Set action on right
- setSwipeCloseAllItemsWhenMoveList(boolean) - 类 中的方法com.crazyxk.swipelistview.SwipeListView
-
Set if all items opened will be closed when the user moves the ListView
- setSwipeClosesAllItemsWhenListMoves(boolean) - 类 中的方法com.crazyxk.swipelistview.SwipeListViewTouchListener
-
Set if all item opened will be close when the user move ListView
- setSwipeDrawableChecked(int) - 类 中的方法com.crazyxk.swipelistview.SwipeListViewTouchListener
-
Set drawable checked (only SWIPE_ACTION_CHOICE)
- setSwipeDrawableUnchecked(int) - 类 中的方法com.crazyxk.swipelistview.SwipeListViewTouchListener
-
Set drawable unchecked (only SWIPE_ACTION_CHOICE)
- setSwipeListViewListener(SwipeListViewListener) - 类 中的方法com.crazyxk.swipelistview.SwipeListView
-
Sets the Listener
- setSwipeMode(int) - 类 中的方法com.crazyxk.swipelistview.SwipeListView
-
Set swipe mode
- setSwipeMode(int) - 类 中的方法com.crazyxk.swipelistview.SwipeListViewTouchListener
-
Sets the swipe mode
- setSwipeOpenOnLongPress(boolean) - 类 中的方法com.crazyxk.swipelistview.SwipeListView
-
Sets if the user can open an item with long pressing on cell
- setSwipeOpenOnLongPress(boolean) - 类 中的方法com.crazyxk.swipelistview.SwipeListViewTouchListener
-
Set if the user can open an item with long press on cell
- SWIPE_ACTION_CHOICE - 类 中的静态变量com.crazyxk.swipelistview.SwipeListView
-
Marks the cell as checked when swiped and release
- SWIPE_ACTION_DISMISS - 类 中的静态变量com.crazyxk.swipelistview.SwipeListView
-
Dismisses the cell when swiped over
- SWIPE_ACTION_NONE - 类 中的静态变量com.crazyxk.swipelistview.SwipeListView
-
No action when swiped
- SWIPE_ACTION_REVEAL - 类 中的静态变量com.crazyxk.swipelistview.SwipeListView
-
Binds the swipe gesture to reveal a view behind the row (Drawer style)
- SWIPE_DEFAULT_BACK_VIEW - 类 中的静态变量com.crazyxk.swipelistview.SwipeListView
-
Default id for back view
- SWIPE_DEFAULT_FRONT_VIEW - 类 中的静态变量com.crazyxk.swipelistview.SwipeListView
-
Default ids for front view
- SWIPE_MODE_BOTH - 类 中的静态变量com.crazyxk.swipelistview.SwipeListView
-
Enables both left and right swipe
- SWIPE_MODE_DEFAULT - 类 中的静态变量com.crazyxk.swipelistview.SwipeListView
-
Used when user want change swipe list mode on some rows
- SWIPE_MODE_LEFT - 类 中的静态变量com.crazyxk.swipelistview.SwipeListView
-
Enables left swipe
- SWIPE_MODE_NONE - 类 中的静态变量com.crazyxk.swipelistview.SwipeListView
-
Disables all swipes
- SWIPE_MODE_RIGHT - 类 中的静态变量com.crazyxk.swipelistview.SwipeListView
-
Enables right swipe
- SwipeListView - com.crazyxk.swipelistview中的类
-
ListView subclass that provides the swipe functionality
- SwipeListView(Context, int, int) - 类 的构造器com.crazyxk.swipelistview.SwipeListView
-
If you create a View programmatically you need send back and front identifier
- SwipeListView(Context, AttributeSet) - 类 的构造器com.crazyxk.swipelistview.SwipeListView
-
- SwipeListView(Context, AttributeSet, int) - 类 的构造器com.crazyxk.swipelistview.SwipeListView
-
- SwipeListViewListener - com.crazyxk.swipelistview中的接口
-
Listener to get callback notifications for the SwipeListView
- SwipeListViewTouchListener - com.crazyxk.swipelistview中的类
-
Touch listener impl for the SwipeListView
- SwipeListViewTouchListener(SwipeListView, int, int) - 类 的构造器com.crazyxk.swipelistview.SwipeListViewTouchListener
-
Constructor