DIA_ACTIONS property

List<String> DIA_ACTIONS
final

Currently up to 3 action buttons are supported for a dialog in addition to the Red Cross (=Abort). Easy to extend.

Implementation

static final List<String> DIA_ACTIONS = [
  DIA_ACT_BUT1,
  DIA_ACT_BUT2,
  DIA_ACT_BUT3
]