Since: API Level 2.5
public static interface

PullToRefreshInterfaces.Factories.LoadingViewFactory

com.droidux.pack.list.interfaces.PullToRefreshInterfaces.Factories.LoadingViewFactory

Class Overview

This factory create new instance of com.droidux.interfaces.PullToRefreshInterfaces.Views.LoadingView.

Summary

Public Methods
abstract PullToRefreshInterfaces.Views.LoadingView createLoadingView(Context context, PullToRefreshInterfaces.PullDirections direction)
Creates com.droidux.interfaces.PullToRefreshInterfaces.Views.LoadingView based on the given PullToRefreshInterfaces.PullDirections

Public Methods

public abstract PullToRefreshInterfaces.Views.LoadingView createLoadingView (Context context, PullToRefreshInterfaces.PullDirections direction)

Since: API Level 2.5

Creates com.droidux.interfaces.PullToRefreshInterfaces.Views.LoadingView based on the given PullToRefreshInterfaces.PullDirections

Parameters
context The context.
direction The pull direction.
Returns
  • A new com.droidux.interfaces.PullToRefreshInterfaces.Views.LoadingView.