Class ActionBar.Tab
[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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
INVALID_POSITION
[Obsolete("Deprecated in JVM")]
public static int INVALID_POSITION { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for Tab()
public static ActionBar.Tab CreatePoolableInstance()
Returns
GetContentDescription()
[Obsolete("Deprecated in JVM")]
public CharSequence GetContentDescription()
Returns
GetCustomView()
[Obsolete("Deprecated in JVM")]
public View GetCustomView()
Returns
GetIcon()
[Obsolete("Deprecated in JVM")]
public Drawable GetIcon()
Returns
GetPosition()
[Obsolete("Deprecated in JVM")]
public int GetPosition()
Returns
GetTag()
[Obsolete("Deprecated in JVM")]
public object GetTag()
Returns
GetText()
[Obsolete("Deprecated in JVM")]
public CharSequence GetText()
Returns
Select()
[Obsolete("Deprecated in JVM")]
public void Select()
SetContentDescription(CharSequence)
[Obsolete("Deprecated in JVM")]
public ActionBar.Tab SetContentDescription(CharSequence arg0)
Parameters
arg0CharSequence
Returns
SetContentDescription(int)
[Obsolete("Deprecated in JVM")]
public ActionBar.Tab SetContentDescription(int arg0)
Parameters
Returns
SetCustomView(View)
[Obsolete("Deprecated in JVM")]
public ActionBar.Tab SetCustomView(View arg0)
Parameters
Returns
SetCustomView(int)
[Obsolete("Deprecated in JVM")]
public ActionBar.Tab SetCustomView(int arg0)
Parameters
Returns
SetIcon(Drawable)
[Obsolete("Deprecated in JVM")]
public ActionBar.Tab SetIcon(Drawable arg0)
Parameters
Returns
SetIcon(int)
[Obsolete("Deprecated in JVM")]
public ActionBar.Tab SetIcon(int arg0)
Parameters
Returns
SetTabListener(TabListener)
[Obsolete("Deprecated in JVM")]
public ActionBar.Tab SetTabListener(ActionBar.TabListener arg0)
Parameters
Returns
SetTag(object)
[Obsolete("Deprecated in JVM")]
public ActionBar.Tab SetTag(object arg0)
Parameters
Returns
SetText(CharSequence)
[Obsolete("Deprecated in JVM")]
public ActionBar.Tab SetText(CharSequence arg0)
Parameters
arg0CharSequence
Returns
SetText(int)
[Obsolete("Deprecated in JVM")]
public ActionBar.Tab SetText(int arg0)