Events
Events provide an option to execute multiple actions on an event.
Actions are executed in the order they are entered in the value of the set.
- Example:
gn:act_setClick="action{n}"
- Example:
The table below contains a brief description of all possible events.
Full details on each event can be found by clicking on the Event Name
Event | Brief Description |
---|---|
gn:act_afterLoad
|
Executed after the screen is displayed |
gn:act_beforeLoad
|
Executed before the screen is displayed |
gn:act_set
|
Executed by gn:act_trigger action
|
gn:act_setClick
|
Executed by clicking on a widget |
gn:act_setLongClick
|
Executed by long clicking on a widget |
gn:act_setItemSelect
|
Executed by selecting an item in a widget that has data in its list |
gn:act_setBack
|
Executed when user presses the back button on the device |
gn:act_setOnNfc
|
Executed when NFC tag is scanned |
gn:act_setCheck
|
Executed when GnCheckBox is selected or deselected
|
gn:act_setRadioCheck
|
Executed when GnRadioButton is selected or deselected
|
gn:act_setOnGps
|
Executed when GPS data is read from the device |
gn:act_setOnQr
|
Executed when a QR code is scanned |
gn:act_setOnWiFi
|
Executed every time WiFi fingerprint data is read from the device |
gn:act_setOnGSM
|
Executed every time GSM fingerprint data is read from the device |
gn:act_setOnBT
|
Executed every time Bluetooth fingerprint data is read from the device |
gn:act_setOnBLE
|
Executed every time BLE fingerprint data is read from the device |
gn:act_setOnScrollEnd
|
Executed when the ScrollView is scrolled to bottom end |
gn:act_setOnTypingEnd
|
Executed when the user stops typing |
gn:event_afterAlertingDialogClosed
|
Executed every time SMS/email alerting dialog is closed |
gn:act_setOnFocusLost
|
Executed every time user clicks outside of GnEditText input field.
|
gn:act_backLoad
|
Executed when user returns to this screen via hardware back button or using gn:act_goLayoutBack
|
gn:act_showDateTimeDialogCallback
|
Executed every time dialog created by gn:act_showDateTimeDialog is closed
|
gn:act_setOnTypingStart
|
Executed when the user starts typing |
gn:act_setOnDate
|
Executed when the user selects the date in GnDatePicker widget |
gn:act_setOnDateTime
|
Executed when the user selects the date in GnDateTimePicker widget |
gn:event_afterYesNoDialogYes
|
Executed after gn:act_showYesNoDialog dialog is confirmed.
|
gn:event_afterYesNoDialogNo
|
Executed after gn:act_showYesNoDialog dialog is canceled.
|
gn:event_afterDropdownClosed
|
Executed after GnDropDown or GnDropDownSelection widget is closed.
|
gn:setAfterMediaTaken
|
Executed after GnMediaAction media is taken.
|
gn:event_onSelectedItem
|
Executed after GnAutoCompleteTextView item is selected.
|
gn:event_onClearedItem
|
Executed after GnAutoCompleteTextView item is cleared.
|
gn:act_onResume
|
Executed each time the app is returning to the foreground |
gn:act_setAfterSignatureTaken
|
Executed after GnCaptureSignature signature is taken.
|
gn:act_setOnDeleteRowClick
|
|
gn:act_setAfterRowDeleted
|
|
gn:event_onRowCreated
|
Executed after GnTableView row is created.
|
gn:act_onPause
|
Executed each time the app is going to the background |
gn:act_setAfterGalleryPhotoDeleted
|
Executed each time the photo is deleted from GnMediaGallery |
gn:event_onLauncherSettingChange
|
Executed each time the user changes ginstr launcher setting |
Pages in category "Events"
The following 37 pages are in this category, out of 37 total.
G
- gn:act afterLoad
- gn:act backLoad
- gn:act beforeLoad
- gn:act onPause
- gn:act onResume
- gn:act set
- gn:act setAfterGalleryPhotoDeleted
- gn:act setAfterSignatureTaken
- gn:act setBack
- gn:act setCheck
- gn:act setClick
- gn:act setItemSelect
- gn:act setLongClick
- gn:act setOnBLE
- gn:act setOnBT
- gn:act setOnDate
- gn:act setOnDateTime
- gn:act setOnFocusLost
- gn:act setOnGps
- gn:act setOnGSM
- gn:act setOnNfc
- gn:act setOnQr
- gn:act setOnScrollEnd
- gn:act setOnTypingEnd
- gn:act setOnTypingStart
- gn:act setOnWiFi
- gn:act setRadioCheck
- gn:act showDateTimeDialogCallback
- gn:event afterAlertingDialogClosed
- gn:event afterDropdownClosed
- gn:event afterYesNoDialogNo
- gn:event afterYesNoDialogYes
- gn:event onClearedItem
- gn:event onLauncherSettingChange
- gn:event onRowCreated
- gn:event onSelectedItem
- gn:setAfterMediaTaken