ObjectFormEvent Class
Events for the form object
Constructor
Item Index
Properties
- ADDED static
- BEFORE_ADD static
- BEFORE_REMOVE static
- BEFORE_UPDATE static
- FAILED static
- object
- REMOVED static
- UPDATED static
- VALIDATE static
Properties
BEFORE_REMOVE
String
final
static
Fired before an object is removed can be used to do any additional checks on an object, like permissions.
REMOVED
String
final
static
Fired after an object is successfully removed can be used to do any additional removals on additional tables.
VALIDATE
String
final
static
Before update to add, this is done before add or write to do common validation between those two.