values property
Set of all values of AjaxRequestEventType.
Implementation
static final Set<AjaxRequestEventType> values = [
AjaxRequestEventType.ABORT,
AjaxRequestEventType.ERROR,
AjaxRequestEventType.LOAD,
AjaxRequestEventType.LOADEND,
AjaxRequestEventType.LOADSTART,
AjaxRequestEventType.PROGRESS,
AjaxRequestEventType.TIMEOUT,
].toSet();