Class: VwCatcherEdit

VwCatcherEdit

Utilidades para catcher edit para utilizar en manejadores de evento

Methods

(static) getRegister(catcherEditId) → {VRegister}

Parameters:
Name Type Description
catcherEditId string The id of the catcher edit
Source:
Returns:
VRegister VRegister
Type
VRegister

(static) setData(dataOptions) → {undefined}

Establece los valores del catcher edit y selecciona el valor inicial
Parameters:
Name Type Description
dataOptions dataOptions {idCatcherEdit, RegisterList, registerTable, registerIndex, resolvers}
Source:
Returns:
undefined
Type
undefined