src/core/widget-facade/widget-facade-factory.ts
Methods |
|
Accessors |
constructor(inputDirective: InputFacadeDirective, widgetFormat: WidgetFormatService, colorMap: ColorTableService, smartServiceAdapter: SmartServiceAdapter, input: HTMLInputElement, textMask: MaskedInputDirective)
|
|||||||||||||||||||||
Parameters :
|
Focus |
Focus()
|
Returns :
void
|
Public getComponentInstance |
getComponentInstance()
|
Type parameters :
|
Returns :
T
T |
SENSITIVE | ||||||
getSENSITIVE()
|
||||||
Returns :
boolean
|
||||||
setSENSITIVE(value: boolean)
|
||||||
Parameters :
Returns :
void
|
BGCOLOR | ||||||
getBGCOLOR()
|
||||||
Returns :
any
|
||||||
setBGCOLOR(value: any)
|
||||||
Parameters :
Returns :
void
|
FGCOLOR | ||||||
getFGCOLOR()
|
||||||
Returns :
string
|
||||||
setFGCOLOR(value: string)
|
||||||
Parameters :
Returns :
void
|
SCREEN_VALUE | ||||||
getSCREEN_VALUE()
|
||||||
Returns :
string
|
||||||
setSCREEN_VALUE(value: string)
|
||||||
Parameters :
Returns :
void
|
INPUT_VALUE | ||||
getINPUT_VALUE()
|
||||
Returns :
DATATYPE
|
||||
setINPUT_VALUE(value)
|
||||
Parameters :
Returns :
void
|
HIDDEN | ||||||
getHIDDEN()
|
||||||
Returns :
boolean
|
||||||
setHIDDEN(value: boolean)
|
||||||
Parameters :
Returns :
void
|
VISIBLE | ||||||
getVISIBLE()
|
||||||
Returns :
boolean
|
||||||
setVISIBLE(value: boolean)
|
||||||
Parameters :
Returns :
void
|
FORMAT | ||||||
getFORMAT()
|
||||||
Returns :
string
|
||||||
setFORMAT(value: string)
|
||||||
Parameters :
Returns :
void
|