Since: API Level 2.5
public interface

WrapperViewInterface

com.droidux.pack.layouts.interfaces.WrapperViewInterface
Known Indirect Subclasses

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.