Table of Contents

Class WebBackForwardList

Namespace
Android.Webkit
Assembly
MASES.Netdroid.dll
public class WebBackForwardList : JVMBridgeBase<WebBackForwardList>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ICloneable, ISerializable
Inheritance
WebBackForwardList
Implements
Extension Methods

Constructors

WebBackForwardList()

public WebBackForwardList()

WebBackForwardList(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public WebBackForwardList(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

CreatePoolableInstance()

HPA initializer for WebBackForwardList()

public static WebBackForwardList CreatePoolableInstance()

Returns

WebBackForwardList

GetCurrentIndex()

public int GetCurrentIndex()

Returns

int

int

GetCurrentItem()

public WebHistoryItem GetCurrentItem()

Returns

WebHistoryItem

WebHistoryItem

GetItemAtIndex(int)

public WebHistoryItem GetItemAtIndex(int arg0)

Parameters

arg0 int

int

Returns

WebHistoryItem

WebHistoryItem

GetSize()

public int GetSize()

Returns

int

int

Operators

implicit operator Serializable(WebBackForwardList)

Converter from WebBackForwardList to Serializable

public static implicit operator Serializable(WebBackForwardList t)

Parameters

t WebBackForwardList

Returns

Serializable

implicit operator Cloneable(WebBackForwardList)

Converter from WebBackForwardList to Cloneable

public static implicit operator Cloneable(WebBackForwardList t)

Parameters

t WebBackForwardList

Returns

Cloneable