public static enum DHXTimelineView.RenderModes extends java.lang.Enum<DHXTimelineView.RenderModes>
Enum Constant and Description |
---|
BAR
In this mode, events look like lines.
|
CELL
In cell mode, events 'fill' with color full cells.
|
TREE
Hierarchical data structure
|
Modifier and Type | Method and Description |
---|---|
static DHXTimelineView.RenderModes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DHXTimelineView.RenderModes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DHXTimelineView.RenderModes BAR
public static final DHXTimelineView.RenderModes CELL
public static final DHXTimelineView.RenderModes TREE
public static DHXTimelineView.RenderModes[] values()
for (DHXTimelineView.RenderModes c : DHXTimelineView.RenderModes.values()) System.out.println(c);
public static DHXTimelineView.RenderModes valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null