Table of Contents

Class LocaleDisplayNames.UiListItem

Namespace
Android.Icu.Text
Assembly
MASES.Netdroid.dll
public class LocaleDisplayNames.UiListItem : JVMBridgeBase<LocaleDisplayNames.UiListItem>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
LocaleDisplayNames.UiListItem
Implements
Extension Methods

Constructors

UiListItem(ULocale, ULocale, String, String)

public UiListItem(ULocale arg0, ULocale arg1, String arg2, String arg3)

Parameters

arg0 ULocale

ULocale

arg1 ULocale

ULocale

arg2 String

String

arg3 String

String

UiListItem(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 UiListItem(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

minimized

public ULocale minimized { get; set; }

Property Value

ULocale

modified

public ULocale modified { get; set; }

Property Value

ULocale

nameInDisplayLocale

public String nameInDisplayLocale { get; set; }

Property Value

String

nameInSelf

public String nameInSelf { get; set; }

Property Value

String

Methods

CreatePoolableInstance(ULocale, ULocale, String, String)

HPA initializer for UiListItem(Android.Icu.Util.ULocale arg0, Android.Icu.Util.ULocale arg1, Java.Lang.String arg2, Java.Lang.String arg3)

public static LocaleDisplayNames.UiListItem CreatePoolableInstance(ULocale arg0, ULocale arg1, String arg2, String arg3)

Parameters

arg0 ULocale
arg1 ULocale
arg2 String
arg3 String

Returns

LocaleDisplayNames.UiListItem

GetComparator(Comparator<object>, bool)

public static Comparator<LocaleDisplayNames.UiListItem> GetComparator(Comparator<object> arg0, bool arg1)

Parameters

arg0 Comparator<object>

Comparator

arg1 bool

bool

Returns

Comparator<LocaleDisplayNames.UiListItem>

Comparator