org.gwtbootstrap3.extras.select.client.constants
Enum SelectLanguage

java.lang.Object
  extended by java.lang.Enum<SelectLanguage>
      extended by org.gwtbootstrap3.extras.select.client.constants.SelectLanguage
All Implemented Interfaces:
Serializable, Comparable<SelectLanguage>

public enum SelectLanguage
extends Enum<SelectLanguage>


Enum Constant Summary
CS
           
DE
           
EN
           
EN_US
           
ES
           
EU
           
FR
           
HU
           
IT
           
NL
           
PL
           
PT_BR
           
RO
           
RU
           
SL
           
SV
           
TR
           
UA
           
ZH_CN
           
ZH_TW
           
 
Method Summary
 String getCode()
           
 TextResource getJs()
           
static SelectLanguage valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SelectLanguage[] 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

CS

public static final SelectLanguage CS

DE

public static final SelectLanguage DE

EN_US

public static final SelectLanguage EN_US

ES

public static final SelectLanguage ES

EU

public static final SelectLanguage EU

FR

public static final SelectLanguage FR

HU

public static final SelectLanguage HU

IT

public static final SelectLanguage IT

NL

public static final SelectLanguage NL

PL

public static final SelectLanguage PL

PT_BR

public static final SelectLanguage PT_BR

RO

public static final SelectLanguage RO

RU

public static final SelectLanguage RU

SL

public static final SelectLanguage SL

SV

public static final SelectLanguage SV

TR

public static final SelectLanguage TR

UA

public static final SelectLanguage UA

ZH_CN

public static final SelectLanguage ZH_CN

ZH_TW

public static final SelectLanguage ZH_TW

EN

public static final SelectLanguage EN
Method Detail

values

public static SelectLanguage[] 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 (SelectLanguage c : SelectLanguage.values())
    System.out.println(c);

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

valueOf

public static SelectLanguage 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.