public enum DTMessages extends Enum<DTMessages>
Enum Constant and Description |
---|
ARIA |
ARIA_SORT_ASC |
ARIA_SORT_DESC |
EMPTYTABLE |
INFO |
INFOEMPTY |
INFOFILTERED |
INFOPOSTFIX |
LENGTHMENU |
LOADINGRECORDS |
PAGINATE |
PAGINATE_FIRST |
PAGINATE_LAST |
PAGINATE_NEXT |
PAGINATE_PREVIOUS |
PROCESSING |
SEARC |
ZERORECORDS |
Modifier and Type | Method and Description |
---|---|
String |
getPropertyName() |
String |
getRealName() |
static DTMessages |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DTMessages[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DTMessages PROCESSING
public static final DTMessages SEARC
public static final DTMessages LENGTHMENU
public static final DTMessages INFO
public static final DTMessages INFOEMPTY
public static final DTMessages INFOFILTERED
public static final DTMessages INFOPOSTFIX
public static final DTMessages LOADINGRECORDS
public static final DTMessages ZERORECORDS
public static final DTMessages EMPTYTABLE
public static final DTMessages PAGINATE
public static final DTMessages PAGINATE_FIRST
public static final DTMessages PAGINATE_PREVIOUS
public static final DTMessages PAGINATE_NEXT
public static final DTMessages PAGINATE_LAST
public static final DTMessages ARIA
public static final DTMessages ARIA_SORT_ASC
public static final DTMessages ARIA_SORT_DESC
public static DTMessages[] values()
for (DTMessages c : DTMessages.values()) System.out.println(c);
public static DTMessages valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getRealName()
public String getPropertyName()
Copyright © 2013–2015 Dandelion Project. All rights reserved.