PluginEventDef

open class PluginEventDef

Constructors

Link copied to clipboard
constructor(pluginEvent: String)

Types

Link copied to clipboard
annotation class PluginEvent

Properties

Link copied to clipboard
val AFTER_SCREEN_LOAD: String = "afterScreenLoad"
Link copied to clipboard
val AFTER_SUBMIT: String = "afterSubmit"
Link copied to clipboard
val AFTER_VALIDATION: String = "afterValidation"
Link copied to clipboard
val BEFORE_SCREEN_LOAD: String = "beforeScreenLoad"
Link copied to clipboard
val BEFORE_SUBMIT: String = "beforeSubmit"
Link copied to clipboard
val BEFORE_VALIDATION: String = "beforeValidation"
Link copied to clipboard
val ERROR: String = "error"
Link copied to clipboard
val FIELD_CHANGED: String = "fieldChanged"
Link copied to clipboard
val HIDE: String = "hide"
Link copied to clipboard
val LOAD: String = "load"
Link copied to clipboard
val SUBMIT: String = "submit"