okCancel method

MessageDialog okCancel()

Implementation

MessageDialog okCancel() {
  return ok().cancel();
}