Class

FinanceApp

FinanceApp()

"FinanceApp" component

Constructor

# new FinanceApp()

View Source Components/FinanceApp.js, line 241

Classes

FinanceApp

Methods

# onChangeForname()

Veryfing name, value can't be empty and must be matched with regex.

Parameters:
Name Type Description
e.target.value string

inputted name

View Source Components/FinanceApp.js, line 275

# onChangeMail()

Veryfing mail, value can't be empty and must be matched with regex.

Parameters:
Name Type Description
e.target.value string

inputted mail

View Source Components/FinanceApp.js, line 347

# onChangeMiddleName()

Veryfing name, value can't be empty and must be matched with regex.

Parameters:
Name Type Description
e.target.value string

inputted name

View Source Components/FinanceApp.js, line 293

# onChangeNumber()

Veryfing number, value can't be empty and must be matched with regex.

Parameters:
Name Type Description
e.target.value number

inputted number

View Source Components/FinanceApp.js, line 329

# onChangeSurname()

Veryfing name, value can't be empty and must be matched with regex.

Parameters:
Name Type Description
e.target.value string

inputted name

View Source Components/FinanceApp.js, line 311

# submit()

On submit data are checked (adequate states must be true), if OK =>"sent" element is displayed.

View Source Components/FinanceApp.js, line 261