public enum DocumentListColumn extends Enum<DocumentListColumn>
Enum Constant and Description |
---|
DATE |
HEIGHT |
ICON |
LAST_MODIFIED_BY |
MIME_TYPE |
NAME |
PATH |
SELECTOR |
SIZE |
STATE |
TRANSLATIONS |
TYPE |
WIDTH |
Modifier and Type | Field and Description |
---|---|
static String |
DOCUMENT_LIST_CSS_CLASS |
Modifier and Type | Method and Description |
---|---|
String |
getCssClass() |
static DocumentListColumn |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentListColumn[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentListColumn DATE
public static final DocumentListColumn HEIGHT
public static final DocumentListColumn ICON
public static final DocumentListColumn LAST_MODIFIED_BY
public static final DocumentListColumn MIME_TYPE
public static final DocumentListColumn NAME
public static final DocumentListColumn PATH
public static final DocumentListColumn SELECTOR
public static final DocumentListColumn SIZE
public static final DocumentListColumn STATE
public static final DocumentListColumn TRANSLATIONS
public static final DocumentListColumn TYPE
public static final DocumentListColumn WIDTH
public static final String DOCUMENT_LIST_CSS_CLASS
public static DocumentListColumn[] values()
for (DocumentListColumn c : DocumentListColumn.values()) System.out.println(c);
public static DocumentListColumn 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 getCssClass()
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.