Class TextInputControl extends BaseControl

This class is a generic control with a input element for text

Source : file controls/textInputControl/TextInputControl.js at line 34

Constructor

new TextInputControl ( options, eventListeners )

The constructor

Source : file controls/textInputControl/TextInputControl.js at line 49

Parameters

Name Type Description
options Object

An object with the options ( datasetName, headerText )

eventListeners Object

A reference to the eventListeners object of the dialog

Public getters and setters

get value : String

The value in the control

Source : file controls/textInputControl/TextInputControl.js at line 105

set value

Source : file controls/textInputControl/TextInputControl.js at line 107

Public methods

destructor ( eventListeners )

Remove event listeners

Source : file controls/textInputControl/TextInputControl.js at line 91

Parameters

Name Type Description
eventListeners NoteDialogEventListeners

A reference to the eventListeners object of the dialog

Private properties

#valueInput : HTMLElement

The input HTMLElement

Source : file controls/textInputControl/TextInputControl.js at line 41