Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CustomPropertyEditor

A custom implementation of an editor for RadDataForm.

Hierarchy

Index

Properties

android

android: any

Represents the native PropertyEditor of RadDataForm from Progress Telerik UI for Android.

ios

ios: any

Represents the native PropertyEditor of RadDataForm from Progress Telerik UI for iOS.

propertyEditorStyle

propertyEditorStyle: PropertyEditorStyle

Gets or sets an instance of type PropertyEditorStyle that can be used for customization of the editor.

type

type: string

Gets or sets the type of the editor. Must be one of the {@ EditorType} enumeration.

Static editorHasToApplyValueEvent

editorHasToApplyValueEvent: string

An event fired when the value of a property has to be set to the view for this editor. The event is fired with an instance of type DataFormCustomPropertyEditorEventData. The value passed with the value property of the event data has to be applied to the view passed with the view property.

Static editorNeedsValueEvent

editorNeedsValueEvent: string

An event fired when the editor needs the value from the editor. The event is fired with an instance of type DataFormCustomPropertyEditorEventData. The value property of the event data has to be updated with the current editor value.

Static editorNeedsViewEvent

editorNeedsViewEvent: string

An event fired when a view for the editor has to be created. The event is fired with an instance of type DataFormCustomPropertyEditorEventData. The view property of the event data has to be set with a new native view for this editor.

Static propertyEditorStyleProperty

propertyEditorStyleProperty: Property

Identifies the {@link style} dependency property.

Static typeProperty

typeProperty: Property

Identifies the type dependency property.

Methods

notifyValueChanged

  • notifyValueChanged(): void
  • Used to notify the editor that its value is changed so that this value can be applied to the property depending on the current commit mode.

    Returns void

Generated using TypeDoc