Class EditorRegistry
Inheritance
System.Object
EditorRegistry
Namespace: Com.Telerik.Widget.Dataform.Visualization.Registries
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class EditorRegistry : Object
Constructors
EditorRegistry(RadDataForm)
EditorRegistry(IntPtr, JniHandleOwnership)
Declaration
protected EditorRegistry(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Methods
AddEditorForProperty(Class, String)
Declaration
public virtual void AddEditorForProperty(Class editorType, string propertyName)
Parameters
Java.Lang.Class
editorType
|
System.String
propertyName
|
AddEditorForTypes(Class, Class[])
Declaration
public virtual void AddEditorForTypes(Class editorType, Class[] propertyTypes)
Parameters
Java.Lang.Class
editorType
|
Java.Lang.Class[]
propertyTypes
|
AddViewerForTypes(Class, Class[])
Declaration
public virtual void AddViewerForTypes(Class editorType, Class[] propertyTypes)
Parameters
Java.Lang.Class
editorType
|
Java.Lang.Class[]
propertyTypes
|
AddViewForProperty(Class, String)
Declaration
public virtual void AddViewForProperty(Class viewerType, string propertyName)
Parameters
Java.Lang.Class
viewerType
|
System.String
propertyName
|
CreateDefaultEditor(IEntityProperty)
Declaration
public virtual EntityPropertyEditor CreateDefaultEditor(IEntityProperty property)
Parameters
IEntityProperty
property
|
Returns
EntityPropertyEditor
|
CreateDefaultViewer(IEntityProperty)
Declaration
public virtual EntityPropertyViewer CreateDefaultViewer(IEntityProperty property)
Parameters
IEntityProperty
property
|
Returns
EntityPropertyViewer
|
CreateEditorFromMetadata(IEntityProperty)
Declaration
public virtual EntityPropertyEditor CreateEditorFromMetadata(IEntityProperty property)
Parameters
IEntityProperty
property
|
Returns
EntityPropertyEditor
|
CreateViewerFromMetadata(IEntityProperty)
Declaration
public virtual EntityPropertyViewer CreateViewerFromMetadata(IEntityProperty property)
Parameters
IEntityProperty
property
|
Returns
EntityPropertyViewer
|
ResetEditorTypeRegistry()
Declaration
public virtual void ResetEditorTypeRegistry()
ResolveEditorForProperty(IEntityProperty)
Declaration
public virtual EntityPropertyEditor ResolveEditorForProperty(IEntityProperty property)
Parameters
IEntityProperty
property
|
Returns
EntityPropertyEditor
|
ResolveEditorForType(IEntityProperty)
Declaration
public virtual EntityPropertyEditor ResolveEditorForType(IEntityProperty property)
Parameters
IEntityProperty
property
|
Returns
EntityPropertyEditor
|
ResolveViewerForProperty(IEntityProperty)
Declaration
public virtual EntityPropertyViewer ResolveViewerForProperty(IEntityProperty property)
Parameters
IEntityProperty
property
|
Returns
EntityPropertyViewer
|
ResolveViewerForType(IEntityProperty)
Declaration
public virtual EntityPropertyViewer ResolveViewerForType(IEntityProperty property)
Parameters
IEntityProperty
property
|
Returns
EntityPropertyViewer
|