TextFormInput
geovisto-map / TextFormInput
Class: TextFormInput
This class represents basic text form input.
Author
Jiri Hynek
Author
Krystof Rykala - generic input types
Extends
Implements
Constructors
new TextFormInput()
new TextFormInput(
props):TextFormInput
Parameters
• props: ITextFormInputProps
Returns
Overrides
AbstractMapFormInput.constructor
Source
model/internal/inputs/basic/text/TextFormInput.ts:20
Properties
input?
privateoptionalinput:HTMLInputElement
Basic input is used.
Source
model/internal/inputs/basic/text/TextFormInput.ts:18
Methods
create()
create():
HTMLElement
It returns input element.
Returns
HTMLElement
Implementation of
Overrides
Source
model/internal/inputs/basic/text/TextFormInput.ts:34
getInput()
protectedgetInput():undefined|HTMLInputElement
It makes input element visible for the extended classes.
Returns
undefined | HTMLInputElement
Source
model/internal/inputs/basic/text/TextFormInput.ts:48
getProps()
protectedgetProps():IMapFormInputProps
It provides the props to the exteded classes.
Returns
Inherited from
Source
model/internal/inputs/abstract/AbstractMapFormInput.ts:23
getValue()
getValue():
string
It returns value of the input element.
Returns
string
Implementation of
Overrides
Source
model/internal/inputs/basic/text/TextFormInput.ts:55
setDisabled()
setDisabled(
disabled):void
It sets the input disabled.
Parameters
• disabled: boolean
Returns
void
Implementation of
Overrides
AbstractMapFormInput.setDisabled
Source
model/internal/inputs/basic/text/TextFormInput.ts:73
setValue()
setValue(
value):void
It sets value of the input element.
Parameters
• value: string
Returns
void
Implementation of
Overrides
Source
model/internal/inputs/basic/text/TextFormInput.ts:64
ID()
staticID():string
Static function returns identifier of the input type.
Returns
string