protected static enum UIChart.Properties extends Enum<UIChart.Properties>
Enum Constant and Description |
---|
hooks |
onmouseout |
onplotclick |
onplothover |
plotClickListener |
style |
styleClass |
title |
zoom |
Modifier and Type | Method and Description |
---|---|
static UIChart.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UIChart.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UIChart.Properties hooks
public static final UIChart.Properties onmouseout
public static final UIChart.Properties onplotclick
public static final UIChart.Properties onplothover
public static final UIChart.Properties plotClickListener
public static final UIChart.Properties style
public static final UIChart.Properties styleClass
public static final UIChart.Properties title
public static final UIChart.Properties zoom
public static UIChart.Properties[] values()
for (UIChart.Properties c : UIChart.Properties.values()) System.out.println(c);
public static UIChart.Properties 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 © 2015 JBoss by Red Hat. All Rights Reserved.