FileDocCategorySizeDatePackage
DateEditorSkin.javaAPI DocphoneME MR2 API (J2ME)5052Wed May 02 18:00:20 BST 2007com.sun.midp.chameleon.skins

DateEditorSkin

public class DateEditorSkin extends Object
DateEditorSkin represents the properties and values used to render the popup editor for the DateField component in the javax.microedition.lcdui package.

Fields Summary
public static int
HEIGHT
This field corresponds to DATEEDITOR_HEIGHT skin property. See its comment for further details.
public static int
HEIGHT_POPUPS
This field corresponds to DATEEDITOR_HEIGHT_POPUPS skin property. See its comment for further details.
public static int
WIDTH_DATE
This field corresponds to DATEEDITOR_WIDTH_D skin property. See its comment for further details.
public static int
WIDTH_TIME
This field corresponds to DATEEDITOR_WIDTH_T skin property. See its comment for further details.
public static int
WIDTH_DATETIME
This field corresponds to DATEEDITOR_WIDTH_DT skin property. See its comment for further details.
public static int
COLOR_BG
This field corresponds to DATEEDITOR_COLOR_BG skin property. See its comment for further details.
public static int
COLOR_POPUPS_BG
This field corresponds to DATEEDITOR_COLOR_POPUPS_BG skin property. See its comment for further details.
public static int
COLOR_BORDER
This field corresponds to DATEEDITOR_COLOR_BRDR skin property. See its comment for further details.
public static int
COLOR_TRAVERSE_IND
This field corresponds to DATEEDITOR_COLOR_TRAV_IND skin property. See its comment for further details.
public static int
COLOR_CLOCKHAND_LT
This field corresponds to DATEEDITOR_COLOR_CLK_LT skin property. See its comment for further details.
public static int
COLOR_CLOCKHAND_DK
This field corresponds to DATEEDITOR_COLOR_CLK_DK skin property. See its comment for further details.
public static javax.microedition.lcdui.Font
FONT_POPUPS
This field corresponds to DATEEDITOR_FONT_POPUPS skin property. See its comment for further details.
public static javax.microedition.lcdui.Image[]
IMAGE_BG
This field corresponds to DATEEDITOR_IMAGE_BG skin property. See its comment for further details.
public static javax.microedition.lcdui.Image
IMAGE_MONTH_BG
This field corresponds to DATEEDITOR_IMAGE_MON_BG skin property. See its comment for further details.
public static javax.microedition.lcdui.Image
IMAGE_YEAR_BG
This field corresponds to DATEEDITOR_IMAGE_YR_BG skin property. See its comment for further details.
public static javax.microedition.lcdui.Image
IMAGE_CAL_BG
This field corresponds to DATEEDITOR_IMAGE_CAL_BG skin property. See its comment for further details.
public static javax.microedition.lcdui.Image
IMAGE_DATES
This field corresponds to DATEEDITOR_IMAGE_DATES skin property. See its comment for further details.
public static javax.microedition.lcdui.Image
IMAGE_TIME_BG
This field corresponds to DATEEDITOR_IMAGE_TIME_BG skin property. See its comment for further details.
public static javax.microedition.lcdui.Image[]
IMAGE_RADIO
This field corresponds to DATEEDITOR_IMAGE_RADIO skin property. See its comment for further details.
public static javax.microedition.lcdui.Image
IMAGE_AMPM
This field corresponds to DATEEDITOR_IMAGE_AMPM skin property. See its comment for further details.
public static javax.microedition.lcdui.Image
IMAGE_CLOCK_BG
This field corresponds to DATEEDITOR_IMAGE_CLOCK_BG skin property. See its comment for further details.
Constructors Summary
private DateEditorSkin()

    
Methods Summary