Class LayoutInflater
public class LayoutInflater : JVMBridgeBase<LayoutInflater>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<LayoutInflater>LayoutInflater
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<LayoutInflater>.IsAssignableFrom(IJavaType)JVMBridgeBase<LayoutInflater>.IsAssignableFrom<T>()JVMBridgeBase<LayoutInflater>.Execute<T>(params T[])JVMBridgeBase<LayoutInflater>.DynBridgeClazzJVMBridgeBase<LayoutInflater>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
LayoutInflater()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("LayoutInflater class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public LayoutInflater()
LayoutInflater(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
[Obsolete("LayoutInflater class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public LayoutInflater(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
Methods
CloneInContext(Context)
public LayoutInflater CloneInContext(Context arg0)
Parameters
Returns
CreateView(Context, String, String, AttributeSet)
public View CreateView(Context arg0, String arg1, String arg2, AttributeSet arg3)
Parameters
arg0
Contextarg1
Stringarg2
Stringarg3
AttributeSet
Returns
Exceptions
CreateView(String, String, AttributeSet)
public View CreateView(String arg0, String arg1, AttributeSet arg2)
Parameters
arg0
Stringarg1
Stringarg2
AttributeSet
Returns
Exceptions
From(Context)
public static LayoutInflater From(Context arg0)
Parameters
Returns
GetContext()
public Context GetContext()
Returns
GetFactory()
public LayoutInflater.Factory GetFactory()
Returns
GetFactory2()
public LayoutInflater.Factory2 GetFactory2()
Returns
GetFilter()
public LayoutInflater.Filter GetFilter()
Returns
Inflate(XmlPullParser, ViewGroup)
public View Inflate(XmlPullParser arg0, ViewGroup arg1)
Parameters
arg0
XmlPullParserarg1
ViewGroup
Returns
Inflate(XmlPullParser, ViewGroup, bool)
public View Inflate(XmlPullParser arg0, ViewGroup arg1, bool arg2)
Parameters
arg0
XmlPullParserarg1
ViewGrouparg2
bool
Returns
Inflate(int, ViewGroup)
public View Inflate(int arg0, ViewGroup arg1)
Parameters
Returns
Inflate(int, ViewGroup, bool)
public View Inflate(int arg0, ViewGroup arg1, bool arg2)
Parameters
Returns
OnCreateView(Context, View, String, AttributeSet)
public View OnCreateView(Context arg0, View arg1, String arg2, AttributeSet arg3)
Parameters
arg0
Contextarg1
Viewarg2
Stringarg3
AttributeSet
Returns
Exceptions
SetFactory(Factory)
public void SetFactory(LayoutInflater.Factory arg0)
Parameters
SetFactory2(Factory2)
public void SetFactory2(LayoutInflater.Factory2 arg0)
Parameters
SetFilter(Filter)
public void SetFilter(LayoutInflater.Filter arg0)