|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectdatepicker.DatePickerFactors
public class DatePickerFactors
This class provides a number of static entities used by other DatePicker classes, such as the names of days and months for different national languages.
| Field Summary | |
|---|---|
static java.lang.String[] |
EN_DAYS
Defines shortened days of week in English. |
static java.lang.String[] |
EN_MONTHS
Defines the months in English. |
static int |
ENGLISH
Orders the date picker to show the days of the week and months in English |
static int |
EU_FMT
Orders a date string to be returned in European format yyyy-MM-dd. |
static java.lang.String[] |
GE_DAYS
Defines shortened days of week in German. |
static java.lang.String[] |
GE_MONTHS
Defines the months in German. |
static int |
GERMAN
Orders the date picker to show the days of the week and months in German |
static java.lang.String[] |
SV_DAYS
Defines shortened days of week in Swedish. |
static java.lang.String[] |
SV_MONTHS
Defines the months in Swedish. |
static int |
SWEDISH
Orders the date picker to show the days of the week and months in Swedish |
static int |
TH_FMT
Orders a date string to be returned in Thai format dd.mm.yyyy. |
static int |
UK_FMT
Orders a date string to be returned in UK format dd/MM/yyyy. |
static int |
US_FMT
Orders a date string to be returned in US format MM/dd/yyyy. |
| Constructor Summary | |
|---|---|
DatePickerFactors()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String[] SV_MONTHS
public static final java.lang.String[] GE_MONTHS
public static final java.lang.String[] EN_MONTHS
public static final java.lang.String[] SV_DAYS
public static final java.lang.String[] GE_DAYS
public static final java.lang.String[] EN_DAYS
public static final int EU_FMT
yyyy-MM-dd.
public static final int UK_FMT
dd/MM/yyyy.
public static final int US_FMT
MM/dd/yyyy.
public static final int TH_FMT
dd.mm.yyyy.
Note: Not currently implemented.
public static final int SWEDISH
public static final int ENGLISH
public static final int GERMAN
| Constructor Detail |
|---|
public DatePickerFactors()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||