public static enum ItemListingBuilder.ColumnHeaderMode extends Enum<ItemListingBuilder.ColumnHeaderMode>
| Enum Constant and Description |
|---|
HTML
Display column header as HTML
|
TEXT
Display column header as simple text
|
| Modifier and Type | Method and Description |
|---|---|
static ItemListingBuilder.ColumnHeaderMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemListingBuilder.ColumnHeaderMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ItemListingBuilder.ColumnHeaderMode TEXT
public static final ItemListingBuilder.ColumnHeaderMode HTML
public static ItemListingBuilder.ColumnHeaderMode[] values()
for (ItemListingBuilder.ColumnHeaderMode c : ItemListingBuilder.ColumnHeaderMode.values()) System.out.println(c);
public static ItemListingBuilder.ColumnHeaderMode 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 nullCopyright © 2019 The Holon Platform. All rights reserved.