org.gwtbootstrap3.extras.datepicker.client.ui.base.constants
Enum DatePickerLanguage

java.lang.Object
  extended by java.lang.Enum<DatePickerLanguage>
      extended by org.gwtbootstrap3.extras.datepicker.client.ui.base.constants.DatePickerLanguage
All Implemented Interfaces:
Serializable, Comparable<DatePickerLanguage>

public enum DatePickerLanguage
extends Enum<DatePickerLanguage>

Author:
Joshua Godi

Enum Constant Summary
AR
           
BG
           
CA
           
CS
           
DA
           
DE
           
EL
           
EN
           
EN_GB
           
ES
           
ET
           
EU
           
FA
           
FI
           
FO
           
FR
           
FR_CH
           
GL
           
HE
           
HR
           
HU
           
HY
           
ID
           
IS
           
IT
           
IT_CH
           
JA
           
KA
           
KH
           
KK
           
KR
           
LT
           
LV
           
MK
           
MS
           
NB
           
NL
           
NL_BE
           
NO
           
PL
           
PT
           
PT_BR
           
RO
           
RS
           
RS_LATIN
           
RU
           
SK
           
SL
           
SQ
           
SR
           
SR_LATIN
           
SV
           
SW
           
TH
           
TR
           
UK
           
VI
           
ZH_CN
           
ZH_TW
           
 
Method Summary
 String getCode()
           
 TextResource getJs()
           
static DatePickerLanguage valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DatePickerLanguage[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

AR

public static final DatePickerLanguage AR

BG

public static final DatePickerLanguage BG

CA

public static final DatePickerLanguage CA

CS

public static final DatePickerLanguage CS

DA

public static final DatePickerLanguage DA

DE

public static final DatePickerLanguage DE

EL

public static final DatePickerLanguage EL

EN_GB

public static final DatePickerLanguage EN_GB

ES

public static final DatePickerLanguage ES

ET

public static final DatePickerLanguage ET

EU

public static final DatePickerLanguage EU

FA

public static final DatePickerLanguage FA

FO

public static final DatePickerLanguage FO

FI

public static final DatePickerLanguage FI

FR

public static final DatePickerLanguage FR

FR_CH

public static final DatePickerLanguage FR_CH

GL

public static final DatePickerLanguage GL

HE

public static final DatePickerLanguage HE

HR

public static final DatePickerLanguage HR

HU

public static final DatePickerLanguage HU

HY

public static final DatePickerLanguage HY

ID

public static final DatePickerLanguage ID

IS

public static final DatePickerLanguage IS

IT

public static final DatePickerLanguage IT

IT_CH

public static final DatePickerLanguage IT_CH

JA

public static final DatePickerLanguage JA

KA

public static final DatePickerLanguage KA

KH

public static final DatePickerLanguage KH

KK

public static final DatePickerLanguage KK

KR

public static final DatePickerLanguage KR

LT

public static final DatePickerLanguage LT

LV

public static final DatePickerLanguage LV

MK

public static final DatePickerLanguage MK

MS

public static final DatePickerLanguage MS

NB

public static final DatePickerLanguage NB

NL

public static final DatePickerLanguage NL

NL_BE

public static final DatePickerLanguage NL_BE

NO

public static final DatePickerLanguage NO

PL

public static final DatePickerLanguage PL

PT

public static final DatePickerLanguage PT

PT_BR

public static final DatePickerLanguage PT_BR

RO

public static final DatePickerLanguage RO

RS

public static final DatePickerLanguage RS

RS_LATIN

public static final DatePickerLanguage RS_LATIN

RU

public static final DatePickerLanguage RU

SK

public static final DatePickerLanguage SK

SL

public static final DatePickerLanguage SL

SQ

public static final DatePickerLanguage SQ

SR

public static final DatePickerLanguage SR

SR_LATIN

public static final DatePickerLanguage SR_LATIN

SV

public static final DatePickerLanguage SV

SW

public static final DatePickerLanguage SW

TH

public static final DatePickerLanguage TH

TR

public static final DatePickerLanguage TR

VI

public static final DatePickerLanguage VI

UK

public static final DatePickerLanguage UK

ZH_CN

public static final DatePickerLanguage ZH_CN

ZH_TW

public static final DatePickerLanguage ZH_TW

EN

public static final DatePickerLanguage EN
Method Detail

values

public static DatePickerLanguage[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (DatePickerLanguage c : DatePickerLanguage.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static DatePickerLanguage valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getCode

public String getCode()

getJs

public TextResource getJs()


Copyright © 2015. All rights reserved.