public static interface

WheelInterfaces.Adapters.WheelAdapterInterface

implements Adapter
com.droidux.pack.wheel.interfaces.WheelInterfaces.Adapters.WheelAdapterInterface
Known Indirect Subclasses

Class Overview

Adapter that have the option to cycle/loop its content, so that it appears to be an endless loop.

Summary

[Expand]
Inherited Constants
From interface android.widget.Adapter
Public Methods
abstract boolean isCyclical()
If true the content of this adapter will be cycled to appear as an endless loop.
[Expand]
Inherited Methods
From interface android.widget.Adapter

Public Methods

public abstract 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.