public static abstract class

WheelInterfaces.Adapters.BaseWheelAdapter

extends BaseAdapter
implements WheelInterfaces.Adapters.WheelAdapterInterface
java.lang.Object
   ↳ android.widget.BaseAdapter
     ↳ com.droidux.pack.wheel.interfaces.WheelInterfaces.Adapters.BaseWheelAdapter

Class Overview

Common implementation of the WheelInterfaces.Adapters.WheelAdapterInterface with the isCyclical() set to false.

Summary

[Expand]
Inherited Constants
From interface android.widget.Adapter
Public Constructors
WheelInterfaces.Adapters.BaseWheelAdapter()
Public Methods
boolean isCyclical()
If true the content of this adapter will be cycled to appear as an endless loop.
[Expand]
Inherited Methods
From class android.widget.BaseAdapter
From class java.lang.Object
From interface android.widget.Adapter
From interface android.widget.ListAdapter
From interface android.widget.SpinnerAdapter
From interface com.droidux.pack.wheel.interfaces.WheelInterfaces.Adapters.WheelAdapterInterface

Public Constructors

public WheelInterfaces.Adapters.BaseWheelAdapter ()

Since: API Level 2.5

Public Methods

public boolean isCyclical ()

Since: API Level 2.5

If true the content of this adapter will be cycled to appear as an endless loop.

Returns
  • Whether the content is cycled or not.