src/core/widget-facade/iwidget-facade.ts
Properties |
Methods |
Focus |
Focus()
|
Focuses the underlying input
Returns :
void
|
getComponentInstance |
getComponentInstance()
|
Type parameters :
|
Returns the underlying component instance, if available
Returns :
T
|
BGCOLOR |
BGCOLOR:
|
Type : any
|
The underlying input's background color |
FGCOLOR |
FGCOLOR:
|
Type : any
|
The underlying input's foreground color |
FORMAT |
FORMAT:
|
Type : string
|
The underlying input's format |
HIDDEN |
HIDDEN:
|
Type : boolean
|
Determines whether the underlying input is hidden |
INPUT_VALUE |
INPUT_VALUE:
|
Type : DATATYPE
|
The underlying input's data type |
SCREEN_VALUE |
SCREEN_VALUE:
|
Type : string
|
The undelying input's value |
SENSITIVE |
SENSITIVE:
|
Type : boolean
|
Determines whether the underlying input is enabled. |
VISIBLE |
VISIBLE:
|
Type : boolean
|
Determines whether the underlying input is visible. |