Options
All
  • Public
  • Public/Protected
  • All
Menu

Implementation of a numeric slider.

Hierarchy

Index

Constructors

constructor

Properties

app

The {@link geocortex.framework.application.Application} that this provider belongs to.

libraryId

libraryId: string

The ID of the library that this provider belongs to.

slider

slider: Slider

value

value: number

The value of the slider

widget

Methods

initialize

instantiate

  • instantiate(): void
  • This method changes one of the native numeric inputs provided in NumericInputwidget.html into a kendo slider.

    Returns void

setValue

  • setValue(value: number): void
  • Call this method to programmatically change the color of the picker

    Parameters

    • value: number

    Returns void

Protected updateValue

  • updateValue(evt: SliderChangeEvent): void
  • This event handler is called when the user changes the value of the slider

    Parameters

    • evt: SliderChangeEvent

    Returns void