Press on the image to return to the main documentation page.
SwitchView
List of types:
SwitchView
SwitchView
This is an 'Activity Object', it cannot be declared under Sub Process_Globals.
Events:
CheckedChange (Checked As Boolean)
Members:
Checked
As
Boolean
Class_Globals
As
String
DesignerCreateView
(
base
As
PanelWrapper
,
lbl
As
LabelWrapper
,
props
As
Map
)
As
String
getChecked
As
Boolean
getTextOff
As
String
getTextOn
As
String
Initialize
(
vCallback
As
Object
,
vEventName
As
String
)
As
String
IsInitialized
As
Boolean
setChecked
(
b
As
Boolean
)
As
String
setTextOff
(
s
As
String
)
As
String
setTextOn
(
s
As
String
)
As
String
Switch
As
ConcreteViewWrapper
switch_CheckedChange
(
Checked
As
Boolean
)
As
String
TextOff
As
String
TextOn
As
String
Members description:
Checked
As
Boolean
Class_Globals
As
String
DesignerCreateView
(
base
As
PanelWrapper
,
lbl
As
LabelWrapper
,
props
As
Map
)
As
String
getChecked
As
Boolean
getTextOff
As
String
Gets or sets the "off" text.
getTextOn
As
String
Gets or sets the "on" text.
Initialize
(
vCallback
As
Object
,
vEventName
As
String
)
As
String
IsInitialized
As
Boolean
Tests whether the object has been initialized.
setChecked
(
b
As
Boolean
)
As
String
setTextOff
(
s
As
String
)
As
String
setTextOn
(
s
As
String
)
As
String
Switch
As
ConcreteViewWrapper
switch_CheckedChange
(
Checked
As
Boolean
)
As
String
TextOff
As
String
Gets or sets the "off" text.
TextOn
As
String
Gets or sets the "on" text.
Top