|
MID Profile | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlertType | |
javax.microedition.lcdui | The UI API provides a set of features for implementation of user interfaces for MIDP applications. |
Uses of AlertType in javax.microedition.lcdui |
Fields in javax.microedition.lcdui declared as AlertType | |
static AlertType |
AlertType.INFO
Alert for information. |
static AlertType |
AlertType.WARNING
Alert for warning. |
static AlertType |
AlertType.ERROR
Alert for error. |
static AlertType |
AlertType.ALARM
Alert for alarm. |
static AlertType |
AlertType.CONFIRMATION
Alert for confirmation. |
Methods in javax.microedition.lcdui that return AlertType | |
AlertType |
Alert.getType()
Gets the type of the Alert. |
Methods in javax.microedition.lcdui with parameters of type AlertType | |
void |
Alert.setType(AlertType type)
Sets the type of the Alert. |
Constructors in javax.microedition.lcdui with parameters of type AlertType | |
Alert.Alert(String title,
String alertText,
String alertImage,
AlertType alertType)
Constructs a new Alert object with the given title, content string and image, and alert type. |
|
MID Profile | |||||||||
PREV NEXT | FRAMES NO FRAMES |