Class fvaswing.components.alert.FvAlertType

Description

FvAlertType class.

Field Index

ABORT_RETRY_IGNORE, OK_CANCEL, OK_ONLY, RETRY_CANCEL, YES_NO, YES_NO_CANCEL

Field Detail

OK_ONLY

static public OK_ONLY:FvAlertType
Displays an 'ok' button only.

OK_CANCEL

static public OK_CANCEL:FvAlertType
Displays an 'ok' and 'cancel' buttons.

YES_NO

static public YES_NO:FvAlertType
Displays a 'yes' and 'no' buttons.

YES_NO_CANCEL

static public YES_NO_CANCEL:FvAlertType
Displays a 'yes', 'no' and 'cancel' buttons.

ABORT_RETRY_IGNORE

static public ABORT_RETRY_IGNORE:FvAlertType
Displays an 'abort', 'retry' and 'ignore' buttons.

RETRY_CANCEL

static public RETRY_CANCEL:FvAlertType
Displays a 'retry' and 'cancel' buttons.