Table of Contents

Class ActionBar.Tab

Namespace
Android.App
Assembly
MASES.Netdroid.dll
[Obsolete("Deprecated in JVM")]
public class ActionBar.Tab : JVMBridgeBase<ActionBar.Tab>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
ActionBar.Tab
Implements
Extension Methods

Constructors

Tab()

[Obsolete("Deprecated in JVM")]
public Tab()

Tab(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 Tab(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

INVALID_POSITION

[Obsolete("Deprecated in JVM")]
public static int INVALID_POSITION { get; set; }

Property Value

int

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 Tab()

public static ActionBar.Tab CreatePoolableInstance()

Returns

ActionBar.Tab

GetContentDescription()

[Obsolete("Deprecated in JVM")]
public CharSequence GetContentDescription()

Returns

CharSequence

CharSequence

GetCustomView()

[Obsolete("Deprecated in JVM")]
public View GetCustomView()

Returns

View

View

GetIcon()

[Obsolete("Deprecated in JVM")]
public Drawable GetIcon()

Returns

Drawable

Drawable

GetPosition()

[Obsolete("Deprecated in JVM")]
public int GetPosition()

Returns

int

int

GetTag()

[Obsolete("Deprecated in JVM")]
public object GetTag()

Returns

object

object

GetText()

[Obsolete("Deprecated in JVM")]
public CharSequence GetText()

Returns

CharSequence

CharSequence

Select()

[Obsolete("Deprecated in JVM")]
public void Select()

SetContentDescription(CharSequence)

[Obsolete("Deprecated in JVM")]
public ActionBar.Tab SetContentDescription(CharSequence arg0)

Parameters

arg0 CharSequence

CharSequence

Returns

ActionBar.Tab

ActionBar.Tab

SetContentDescription(int)

[Obsolete("Deprecated in JVM")]
public ActionBar.Tab SetContentDescription(int arg0)

Parameters

arg0 int

int

Returns

ActionBar.Tab

ActionBar.Tab

SetCustomView(View)

[Obsolete("Deprecated in JVM")]
public ActionBar.Tab SetCustomView(View arg0)

Parameters

arg0 View

View

Returns

ActionBar.Tab

ActionBar.Tab

SetCustomView(int)

[Obsolete("Deprecated in JVM")]
public ActionBar.Tab SetCustomView(int arg0)

Parameters

arg0 int

int

Returns

ActionBar.Tab

ActionBar.Tab

SetIcon(Drawable)

[Obsolete("Deprecated in JVM")]
public ActionBar.Tab SetIcon(Drawable arg0)

Parameters

arg0 Drawable

Drawable

Returns

ActionBar.Tab

ActionBar.Tab

SetIcon(int)

[Obsolete("Deprecated in JVM")]
public ActionBar.Tab SetIcon(int arg0)

Parameters

arg0 int

int

Returns

ActionBar.Tab

ActionBar.Tab

SetTabListener(TabListener)

[Obsolete("Deprecated in JVM")]
public ActionBar.Tab SetTabListener(ActionBar.TabListener arg0)

Parameters

arg0 ActionBar.TabListener

ActionBar.TabListener

Returns

ActionBar.Tab

ActionBar.Tab

SetTag(object)

[Obsolete("Deprecated in JVM")]
public ActionBar.Tab SetTag(object arg0)

Parameters

arg0 object

object

Returns

ActionBar.Tab

ActionBar.Tab

SetText(CharSequence)

[Obsolete("Deprecated in JVM")]
public ActionBar.Tab SetText(CharSequence arg0)

Parameters

arg0 CharSequence

CharSequence

Returns

ActionBar.Tab

ActionBar.Tab

SetText(int)

[Obsolete("Deprecated in JVM")]
public ActionBar.Tab SetText(int arg0)

Parameters

arg0 int

int

Returns

ActionBar.Tab

ActionBar.Tab