public static enum JSListWidgetElement.Display extends Enum<JSListWidgetElement.Display>
| Enum Constant and Description | 
|---|
BLOCK_LEFT  | 
BLOCK_TOP  | 
INLINE  | 
TABLE  | 
| Modifier and Type | Method and Description | 
|---|---|
static JSListWidgetElement.Display | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static JSListWidgetElement.Display[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final JSListWidgetElement.Display BLOCK_LEFT
public static final JSListWidgetElement.Display BLOCK_TOP
public static final JSListWidgetElement.Display TABLE
public static final JSListWidgetElement.Display INLINE
public static JSListWidgetElement.Display[] values()
for (JSListWidgetElement.Display c : JSListWidgetElement.Display.values()) System.out.println(c);
public static JSListWidgetElement.Display 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 Nuxeo. All rights reserved.