|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlertType | |
---|---|
javax.microedition.lcdui |
Uses of AlertType in javax.microedition.lcdui |
---|
Fields in javax.microedition.lcdui declared as AlertType | |
---|---|
static AlertType |
AlertType.ALARM
|
static AlertType |
AlertType.CONFIRMATION
|
static AlertType |
AlertType.ERROR
|
static AlertType |
AlertType.INFO
|
static AlertType |
AlertType.WARNING
|
Methods in javax.microedition.lcdui that return AlertType | |
---|---|
AlertType |
Alert.getType()
|
Methods in javax.microedition.lcdui with parameters of type AlertType | |
---|---|
void |
Alert.setType(AlertType type)
|
Constructors in javax.microedition.lcdui with parameters of type AlertType | |
---|---|
Alert(String title,
String alertText,
Image alertImage,
AlertType alertType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |