values property

Set<AjaxRequestAction> values
final

Set of all values of AjaxRequestAction.

Implementation

static final Set<AjaxRequestAction> values = [
  AjaxRequestAction.ABORT,
  AjaxRequestAction.PROCEED,
].toSet();