public static class

WheelInterfaces.Adapters

extends Object
java.lang.Object
   ↳ com.droidux.pack.wheel.interfaces.WheelInterfaces.Adapters

Class Overview

Contains interfaces and objects that acts as a bridge between an AdapterView and the underlying data for that view.

Summary

Nested Classes
class WheelInterfaces.Adapters.BaseWheelAdapter Common implementation of the WheelInterfaces.Adapters.WheelAdapterInterface with the isCyclical() set to false. 
interface WheelInterfaces.Adapters.WheelAdapterInterface Adapter that have the option to cycle/loop its content, so that it appears to be an endless loop. 
[Expand]
Inherited Methods
From class java.lang.Object