javax.rad.application
Interface IMessageConstants

All Known Subinterfaces:
IApplication, IWorkScreen, IWorkScreenApplication
All Known Implementing Classes:
Application, Application, Message, RemoteApplication, RemoteWorkScreen, RemoteWorkScreenApplication, WorkScreen

public interface IMessageConstants

The IMessageConstants defines constant values for message handling of IApplication implementations.


Field Summary
static int MESSAGE_BUTTON_OK
          the type for ok button.
static int MESSAGE_BUTTON_OK_CANCEL
          the type for ok, cancel buttons.
static int MESSAGE_BUTTON_YES_NO
          the type for yes, no buttons.
static int MESSAGE_ICON_ERROR
          the type for error icon.
static int MESSAGE_ICON_INFO
          the type for information icon.
static int MESSAGE_ICON_QUESTION
          the type for question icon.
static int MESSAGE_ICON_WARNING
          the type for warning icon.
 

Field Detail

MESSAGE_ICON_INFO

static final int MESSAGE_ICON_INFO
the type for information icon.

See Also:
Constant Field Values

MESSAGE_ICON_WARNING

static final int MESSAGE_ICON_WARNING
the type for warning icon.

See Also:
Constant Field Values

MESSAGE_ICON_ERROR

static final int MESSAGE_ICON_ERROR
the type for error icon.

See Also:
Constant Field Values

MESSAGE_ICON_QUESTION

static final int MESSAGE_ICON_QUESTION
the type for question icon.

See Also:
Constant Field Values

MESSAGE_BUTTON_OK_CANCEL

static final int MESSAGE_BUTTON_OK_CANCEL
the type for ok, cancel buttons.

See Also:
Constant Field Values

MESSAGE_BUTTON_YES_NO

static final int MESSAGE_BUTTON_YES_NO
the type for yes, no buttons.

See Also:
Constant Field Values

MESSAGE_BUTTON_OK

static final int MESSAGE_BUTTON_OK
the type for ok button.

See Also:
Constant Field Values


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.