Class R.layout
- Namespace
- Android
- Assembly
- MASES.Netdroid.dll
public class R.layout : JVMBridgeBase<R.layout>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
R.layout
- Implements
- Extension Methods
Constructors
layout()
public layout()
layout(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 layout(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
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
activity_list_item
public static int activity_list_item { get; set; }
Property Value
browser_link_context_header
public static int browser_link_context_header { get; set; }
Property Value
expandable_list_content
public static int expandable_list_content { get; set; }
Property Value
list_content
public static int list_content { get; set; }
Property Value
preference_category
public static int preference_category { get; set; }
Property Value
select_dialog_item
public static int select_dialog_item { get; set; }
Property Value
select_dialog_multichoice
public static int select_dialog_multichoice { get; set; }
Property Value
select_dialog_singlechoice
public static int select_dialog_singlechoice { get; set; }
Property Value
simple_dropdown_item_1line
public static int simple_dropdown_item_1line { get; set; }
Property Value
simple_expandable_list_item_1
public static int simple_expandable_list_item_1 { get; set; }
Property Value
simple_expandable_list_item_2
public static int simple_expandable_list_item_2 { get; set; }
Property Value
simple_gallery_item
public static int simple_gallery_item { get; set; }
Property Value
simple_list_item_1
public static int simple_list_item_1 { get; set; }
Property Value
simple_list_item_2
public static int simple_list_item_2 { get; set; }
Property Value
simple_list_item_activated_1
public static int simple_list_item_activated_1 { get; set; }
Property Value
simple_list_item_activated_2
public static int simple_list_item_activated_2 { get; set; }
Property Value
simple_list_item_checked
public static int simple_list_item_checked { get; set; }
Property Value
simple_list_item_multiple_choice
public static int simple_list_item_multiple_choice { get; set; }
Property Value
simple_list_item_single_choice
public static int simple_list_item_single_choice { get; set; }
Property Value
simple_selectable_list_item
public static int simple_selectable_list_item { get; set; }
Property Value
simple_spinner_dropdown_item
public static int simple_spinner_dropdown_item { get; set; }
Property Value
simple_spinner_item
public static int simple_spinner_item { get; set; }
Property Value
test_list_item
public static int test_list_item { get; set; }
Property Value
two_line_list_item
public static int two_line_list_item { get; set; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for layout()
public static R.layout CreatePoolableInstance()