Since: API Level 2.5
public static interface

WheelInterfaces.Views.WrapperViewInterface

com.droidux.pack.wheel.interfaces.WheelInterfaces.Views.WrapperViewInterface

Class Overview

Represents a View that wraps another view.

Summary

Public Methods
abstract View getWrappedView()
Gets the wrapped view.

Public Methods

public abstract View getWrappedView ()

Since: API Level 2.5

Gets the wrapped view.

Returns
  • The wrapped view.