Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FieldChangeService

Service that processes field changes.

export
interface

FieldChangeService

Hierarchy

  • FieldChangeService

Index

Methods

canProcess

  • canProcess(typeFullName: string): boolean
  • Determines if this service can process the changed field.

    memberof

    FieldsChangeService

    Parameters

    • typeFullName: string

      The CLR full name of the item(ex: Telerik.Sitefinity.News.Model.NewsItem)

    Returns boolean

    Wheter the field can be processed.

processChange

  • processChange(changedFieldName: string, changedValue: any, fields: FieldWrapper[]): void
  • Method called when on of the field changes.

    memberof

    FieldsChangeService

    Parameters

    • changedFieldName: string

      The name of the field that was changed.

    • changedValue: any

      The new value of the field.

    • fields: FieldWrapper[]

      All fields in the form.

    Returns void

Generated using TypeDoc