Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TimeseriesConfiguratorModalComponent

Hierarchy

  • TimeseriesConfiguratorModalComponent

Index

Constructors

constructor

Properties

_fromDate

_fromDate: Date

_toDate

_toDate: Date

configurationForm

configurationForm: FormGroup

Private fb

fb: FormBuilder

formErrors

formErrors: any

Private http

http: Http

loading

loading: boolean = false

modal

modal: ModalDirective

Private notificationService

notificationService: NotificationService

okButtonCaption

okButtonCaption: string = "add"

onCloseCallback

onCloseCallback: function

Type declaration

Private portalApiUrl

portalApiUrl: string

sosCapabilities

sosCapabilities: SosCapabilities = new SosCapabilities()

timeseries

timeseries: Timeseries = new Timeseries()

validationMessages

validationMessages: object

Type declaration

Methods

Private buildForm

  • buildForm(): void

fetchSosCapabilities

  • fetchSosCapabilities(): void

Private handleError

  • handleError(errorResponse: Response): ErrorObservable

hideModal

  • hideModal(): void

onFromDateChanged

  • onFromDateChanged(event: any): void

onToDateChanged

  • onToDateChanged(event: any): void

onValueChanged

  • onValueChanged(data?: any): void

showModal

  • showModal(ts: Timeseries, onCloseCallback: function): void

submitChanges

  • submitChanges(): void

Generated using TypeDoc