Press on the image to return to the main documentation page.
fgTimeKeyboard
Written by Filippo Gozza
List of types:
fgTimekeyboard
fgTimekeyboard
This is an 'Activity Object', it cannot be declared under Sub Process_Globals.
Permissions:
android.permission.VIBRATE
Events:
None
Members:
AsView
As
ConcreteViewWrapper
ButtonCancelText
As
String
[write
only]
ButtonOkText
As
String
[write
only]
getVisible
As
Boolean
Initialize
(
ModulName
As
Object
,
ViewName
As
String
)
As
String
IsInitialized
As
Boolean
LabelHourText
As
String
[write
only]
LabelMinuteText
As
String
[write
only]
LabelSecondText
As
String
[write
only]
SANS_SERIF
As
TypefaceWrapper
SANS_SERIF_BOLD
As
TypefaceWrapper
SendResult
As
String
setButtonCancelText
(
Text
As
String
)
As
String
setButtonOkText
(
Text
As
String
)
As
String
setLabelHourText
(
Text
As
String
)
As
String
setLabelMinuteText
(
Text
As
String
)
As
String
setLabelSecondText
(
Text
As
String
)
As
String
setVisible
(
Visible
As
Boolean
)
As
String
Show
(
Time
As
Long
)
As
String
Visible
As
Boolean
Members description:
AsView
As
ConcreteViewWrapper
Returns the Keyboard-object
ButtonCancelText
As
String
[write
only]
ButtonOkText
As
String
[write
only]
getVisible
As
Boolean
Initialize
(
ModulName
As
Object
,
ViewName
As
String
)
As
String
Initializes the object. You can add parameters to this method if needed.
IsInitialized
As
Boolean
Tests whether the object has been initialized.
LabelHourText
As
String
[write
only]
LabelMinuteText
As
String
[write
only]
LabelSecondText
As
String
[write
only]
SANS_SERIF
As
TypefaceWrapper
SANS_SERIF_BOLD
As
TypefaceWrapper
SendResult
As
String
Closes the view and returns the result on the event "GetResult" back.
setButtonCancelText
(
Text
As
String
)
As
String
setButtonOkText
(
Text
As
String
)
As
String
setLabelHourText
(
Text
As
String
)
As
String
setLabelMinuteText
(
Text
As
String
)
As
String
setLabelSecondText
(
Text
As
String
)
As
String
setVisible
(
Visible
As
Boolean
)
As
String
Show
(
Time
As
Long
)
As
String
Visible
As
Boolean
Top