Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • searchUI

Index

Properties

input: HTMLElement
instance: FamilyTree

FamilyTree instance

lastSearch: object[]
searchFieldsAbbreviation: {}

Search in field with abbreviation.

Type declaration

  • [key: string]: string
searchTableWrapper: HTMLElement

Event Listeners Methods

  • on(type: "add-item" | "show-items" | "hide" | "searchclick", listener: (sender: searchUI, args: any, args1: any, args2: any) => boolean | void): searchUI
  • The on() method of the searchUI interface sets up a function that will be called whenever the specified event is delivered to the target. *

    Parameters

    • type: "add-item" | "show-items" | "hide" | "searchclick"

      A case-sensitive string representing the event type to listen for.

    • listener: (sender: searchUI, args: any, args1: any, args2: any) => boolean | void

      The object that receives a notification when an event of the specified type occurs. This must be a JavaScript function.

        • (sender: searchUI, args: any, args1: any, args2: any): boolean | void
        • Parameters

          • sender: searchUI
          • args: any
          • args1: any
          • args2: any

          Returns boolean | void

    Returns searchUI

Other Methods

  • addMatchTag(id: string | number): boolean
  • Parameters

    • id: string | number

    Returns boolean

  • createItem(img: string, id: string | number, first: string, second: string): string
  • Parameters

    • img: string
    • id: string | number
    • first: string
    • second: string

    Returns string

  • find(value: string): void
  • Finds filed data by specified value

    Parameters

    • value: string

      search for value

    Returns void

  • helpView(): string
  • Returns string

  • hide(): void
  • Hides the search grid

    Returns void

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Static property
  • Static method
  • Inherited method

Settings

Theme

Generated using TypeDoc