Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. and Motorola, Inc. All rights reserved.

MID Profile

Uses of Class
javax.microedition.lcdui.AlertType

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
          An INFO AlertType typically provides non-threatening information to the user.
static AlertType AlertType.WARNING
          A WARNING AlertType is a hint to warn the user of a potentially dangerous operation.
static AlertType AlertType.ERROR
          An ERROR AlertType is a hint to alert the user to an erroneous operation.
static AlertType AlertType.ALARM
          An ALARM AlertType is a hint to alert the user to an event for which the user has previously requested to be notified.
static AlertType AlertType.CONFIRMATION
          A CONFIRMATION AlertType is a hint to confirm user actions.
 

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(String title, String alertText, Image alertImage, AlertType alertType)
          Constructs a new Alert object with the given title, content string and image, and alert type.
 


MID Profile

Copyright © 2006 Sun Microsystems, Inc. and Motorola, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 118 specification.