Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BuildingLevel

Hierarchy

Index

Properties

Readonly allowedValues

allowedValues: number[]

List of all the values which are allowed for the filter.

Read more...

declaredClass

declaredClass: string

destroyed

destroyed: boolean

Readonly enabled

enabled: boolean

Whether the filter is enabled.

Read more...

Readonly hasNext

hasNext: boolean

Whether the next value can be selected.

Read more...

Readonly hasPrevious

hasPrevious: boolean

Whether the previous value can be selected.

Read more...

initialized

initialized: boolean

Readonly max

max: number

The maximum value allowed for the filter.

Read more...

Readonly min

min: number

The minimum value allowed for the filter.

Read more...

Readonly value

value: number

The value which is currently set on the filter.

Read more...

Methods

Protected _get

  • _get(propertyName: string): any
  • _get<T>(propertyName: string): T
  • Parameters

    • propertyName: string

    Returns any

  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

Protected _set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns BuildingLevel

clear

  • clear(): void
  • Removes the filter by setting enabled to false.

    Read more...

    Returns void

destroy

  • destroy(): void
  • Returns void

get

  • get<T>(propertyName: string): T
  • get(propertyName: string): any
  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

  • Parameters

    • propertyName: string

    Returns any

getValueLabel

  • getValueLabel(value: number): any
  • If the field that is used for filtering has a coded value domain, the label for the value can be used to be displayed in a tooltip or in the widget UI.

    Read more...

    Parameters

    • value: number

    Returns any

next

  • next(): void
  • Selects the next value, if available.

    Read more...

    Returns void

Protected notifyChange

  • notifyChange(propertyName: string): void
  • Parameters

    • propertyName: string

    Returns void

previous

  • previous(): void
  • Selects the previous value, if available.

    Read more...

    Returns void

select

  • select(value: number): void
  • Selects the specified value for the filter.

    Read more...

    Parameters

    • value: number

    Returns void

set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns BuildingLevel

  • Parameters

    Returns BuildingLevel

watch

  • Parameters

    • path: string | string[]
    • callback: WatchCallback
    • Optional sync: boolean

    Returns WatchHandle

Generated using TypeDoc