Class BaseSelectorComponent

Index

Constructor methods

Methods

Constructor methods

constructor(key: string, type: SelectorType): BaseSelectorComponent

Parameters

Returns

BaseSelectorComponent

Methods

public get_callback(): (sender: any, e: Sys.EventArgs) => void

Returns

(sender: any, e: Sys.EventArgs) => void

public get_componentType(): SelectorType

Returns

SelectorType

public get_scopeKey(): string

Returns

string

public get_selectedEntities(): any

Returns

any

public removeEntity(ent: ResolveEntity)

Parameters

public revertTo(ent: ResolveEntity)

Parameters

public setEntity(ent: ResolveEntity)

Parameters

public set_callback(value: (sender: any, e: Sys.EventArgs) => void)

Parameters

  • value: (sender: any, e: Sys.EventArgs) => void

public set_selectedEntities(value: any)

Parameters

  • value: any