Fields Summary |
---|
public static int | WIDTHThis field corresponds to ALERT_WIDTH skin property.
See its comment for further details. |
public static int | HEIGHTThis field corresponds to ALERT_HEIGHT skin property.
See its comment for further details. |
public static int | ALIGN_XThis field corresponds to ALERT_ALIGN_X skin property.
See its comment for further details. |
public static int | ALIGN_YThis field corresponds to ALERT_ALIGN_Y skin property.
See its comment for further details. |
public static int | MARGIN_HThis field corresponds to ALERT_MARGIN_H skin property.
See its comment for further details. |
public static int | MARGIN_VThis field corresponds to ALERT_MARGIN_V skin property.
See its comment for further details. |
public static int | TITLE_ALIGNThis field corresponds to ALERT_TITLE_ALIGN skin property.
See its comment for further details. |
public static int | TITLE_HEIGHTThis field corresponds to ALERT_TITLE_HEIGHT skin property.
See its comment for further details. |
public static int | TITLE_MARGINThis field corresponds to ALERT_TITLE_MARGIN skin property.
See its comment for further details. |
public static String | TEXT_TITLE_INFOThis field corresponds to ALERT_TEXT_TITLE_INFO skin property.
See its comment for further details. |
public static String | TEXT_TITLE_WARNThis field corresponds to ALERT_TEXT_TITLE_WARN skin property.
See its comment for further details. |
public static String | TEXT_TITLE_ERRRThis field corresponds to ALERT_TEXT_TITLE_ERRR skin property.
See its comment for further details. |
public static String | TEXT_TITLE_ALRMThis field corresponds to ALERT_TEXT_TITLE_ALRM skin property.
See its comment for further details. |
public static String | TEXT_TITLE_CNFMThis field corresponds to ALERT_TEXT_TITLE_CNFM skin property.
See its comment for further details. |
public static int | PAD_HORIZThis field corresponds to ALERT_PAD_HORIZ skin property.
See its comment for further details. |
public static int | PAD_VERTThis field corresponds to ALERT_PAD_VERT skin property.
See its comment for further details. |
public static int | SCROLL_AMOUNTThis field corresponds to ALERT_SCROLL_AMOUNT skin property.
See its comment for further details. |
public static int | TIMEOUTThis field corresponds to ALERT_TIMEOUT skin property.
See its comment for further details. |
public static int | COLOR_BGThis field corresponds to ALERT_COLOR_BG skin property.
See its comment for further details. |
public static int | COLOR_TITLEThis field corresponds to ALERT_COLOR_TITLE skin property.
See its comment for further details. |
public static int | COLOR_FGThis field corresponds to ALERT_COLOR_FG skin property.
See its comment for further details. |
public static javax.microedition.lcdui.Font | FONT_TITLEThis field corresponds to ALERT_FONT_TITLE skin property.
See its comment for further details. |
public static javax.microedition.lcdui.Font | FONT_TEXTThis field corresponds to ALERT_FONT_TEXT skin property.
See its comment for further details. |
public static javax.microedition.lcdui.Image[] | IMAGE_BGThis field corresponds to ALERT_IMAGE_BG skin property.
See its comment for further details.
A 'null' value for this array means there is no image background
and a solid fill color should be used. |
public static javax.microedition.lcdui.Image | IMAGE_ICON_INFOThis field corresponds to ALERT_IMAGE_ICON_INFO skin property.
See its comment for further details. |
public static javax.microedition.lcdui.Image | IMAGE_ICON_WARNThis field corresponds to ALERT_IMAGE_ICON_WARN skin property.
See its comment for further details. |
public static javax.microedition.lcdui.Image | IMAGE_ICON_ERRRThis field corresponds to ALERT_IMAGE_ICON_ERRR skin property.
See its comment for further details. |
public static javax.microedition.lcdui.Image | IMAGE_ICON_ALRMThis field corresponds to ALERT_IMAGE_ICON_ALRM skin property.
See its comment for further details. |
public static javax.microedition.lcdui.Image | IMAGE_ICON_CNFMThis field corresponds to ALERT_IMAGE_ICON_CNFM skin property.
See its comment for further details. |