Uses of Class
com.operators.swipes.SwipesView.Directions

Uses of SwipesView.Directions in com.operators.swipes
 

Methods in com.operators.swipes that return SwipesView.Directions
static SwipesView.Directions SwipesView.Directions.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SwipesView.Directions[] SwipesView.Directions.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.operators.swipes with parameters of type SwipesView.Directions
 boolean SwipesView.isAllowed(SwipesView.Directions direction)
           
 void SwipesView.onDirectionChange(SwipesView.Directions direction)
           
 void SwipesView.OnSwipeListener.onDirectionSwipe(View card, SwipesView.Directions direction)
          Provides updates on swipe direction, but is not a callback for successful swipes.
 void SwipesView.OnSwipeListener.onSuccessfulSwipe(View card, SwipesView.Directions direction)
          Provides updates on successful swipes with direction.
 void SwipesView.setAllowedDirections(SwipesView.Directions... allowed)
          Sets the horizontal and vertical swiping directions enabled, and is automatically called when set in xml layout via the "directions" property.