public class

AmazonWebViewFragment

extends Fragment
java.lang.Object
   ↳ android.app.Fragment
     ↳ com.amazon.android.webkit.AmazonWebViewFragment

Class Overview

The AmazonWebViewFragment class is intended to be functionally equivalent to to the WebViewFragment class. See WebViewFragment for usage.

Summary

[Expand]
Inherited Constants
From interface android.content.ComponentCallbacks2
Public Constructors
AmazonWebViewFragment()
The AmazonWebViewFragment constructor is intended to be functionally equivalent to to the WebViewFragment() method.
Public Methods
AmazonWebView getWebView()
The getWebView() method gets the web view, and is intended to be functionally equivalent to the getWebView() method.
View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
The onCreateView() method instantiates a view, and is intended to be functionally equivalent to the onCreateView(LayoutInflater, ViewGroup, Bundle) method.
void onDestroy()
The onDestroy() method is called when the fragment is no longer in use, and is intended to be functionally equivalent to the onDestroy() method.
void onDestroyView()
The onDestroyView() method is called when the web view is detached from the fragment, and is intended to be functionally equivalent to the onDestroyView() method.
void onPause()
The onPause() method is called when fragment is visible to the user and running, and is intended to be functionally equivalent to the onPause() method.
void onResume()
The onResume() method is called when the fragment is no longer resumed, and is intended to be functionally equivalent to the onResume() method.
[Expand]
Inherited Methods
From class android.app.Fragment
From class java.lang.Object
From interface android.content.ComponentCallbacks
From interface android.content.ComponentCallbacks2
From interface android.view.View.OnCreateContextMenuListener

Public Constructors

public AmazonWebViewFragment ()

The AmazonWebViewFragment constructor is intended to be functionally equivalent to to the WebViewFragment() method. See WebViewFragment() for usage.

Public Methods

public AmazonWebView getWebView ()

The getWebView() method gets the web view, and is intended to be functionally equivalent to the getWebView() method. See getWebView() for usage.

public View onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

The onCreateView() method instantiates a view, and is intended to be functionally equivalent to the onCreateView(LayoutInflater, ViewGroup, Bundle) method. See onCreateView(LayoutInflater, ViewGroup, Bundle) for usage.

public void onDestroy ()

The onDestroy() method is called when the fragment is no longer in use, and is intended to be functionally equivalent to the onDestroy() method. See onDestroy() for usage.

public void onDestroyView ()

The onDestroyView() method is called when the web view is detached from the fragment, and is intended to be functionally equivalent to the onDestroyView() method. See onDestroyView() for usage.

public void onPause ()

The onPause() method is called when fragment is visible to the user and running, and is intended to be functionally equivalent to the onPause() method. See onPause() for usage.

public void onResume ()

The onResume() method is called when the fragment is no longer resumed, and is intended to be functionally equivalent to the onResume() method. See onResume() for usage.