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

DateFieldSkin

public class DateFieldSkin extends Object
DateFieldSkin represents the properties and values used to render DateField and DateEditor in the javax.microedition.lcdui package.

Fields Summary
public static int
PAD_H
This field corresponds to DATEFIELD_PAD_H skin property. See its comment for further details.
public static int
PAD_V
This field corresponds to DATEFIELD_PAD_V skin property. See its comment for further details.
public static int
BUTTON_BORDER_W
This field corresponds to DATEFIELD_BTN_BRDR_W skin property. See its comment for further details.
public static javax.microedition.lcdui.Font
FONT
This field corresponds to DATEFIELD_FONT skin property. See its comment for further details.
public static int
COLOR_FG
This field corresponds to DATEFIELD_COLOR_FG skin property. See its comment for further details.
public static int
COLOR_BG
This field corresponds to DATEFIELD_COLOR_BG skin property. See its comment for further details.
public static int
COLOR_BORDER
This field corresponds to DATEFIELD_COLOR_BRDR skin property. See its comment for further details.
public static int
COLOR_BORDER_LT
This field corresponds to DATEFIELD_COLOR_BRDR_LT skin property. See its comment for further details.
public static int
COLOR_BORDER_DK
This field corresponds to DATEFIELD_COLOR_BRDR_DK skin property. See its comment for further details.
public static int
COLOR_BORDER_SHD
This field corresponds to DATEFIELD_COLOR_BRDR_SHD skin property. See its comment for further details.
public static javax.microedition.lcdui.Image[]
IMAGE_BG
This field corresponds to DATEFIELD_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_BUTTON_BG
This field corresponds to DATEFIELD_IMAGE_BTN_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_DATE
This field corresponds to DATEFIELD_IMAGE_ICON_DATE skin property. See its comment for further details.
public static javax.microedition.lcdui.Image
IMAGE_ICON_TIME
This field corresponds to DATEFIELD_IMAGE_ICON_TIME skin property. See its comment for further details.
public static javax.microedition.lcdui.Image
IMAGE_ICON_DATETIME
This field corresponds to DATEFIELD_IMAGE_ICON_DATETIME skin property. See its comment for further details.
Constructors Summary
private DateFieldSkin()

    
Methods Summary