Class: DwsInput

vef.map.importer.ui.DwsInput(target, options)

HTML input for searching URNs in the DWS events - select_urn: fired when a URN is selected from the List

Constructor

new DwsInput(target, options)

options = { dwsUrl: string, closeable: boolean, staticQuery: string }
Parameters:
Name Type Description
target HTMLElement | string target element
options object
Source:

Methods

hide()

Hide the DwsInput
Source:

selectUrn_(device, pointerEvent)

Create an instance of the Layer class and fire the event "select_urn"
Parameters:
Name Type Description
device object
pointerEvent object
Source:

show()

Show the DwsInput
Source: