public static enum RangeSelector.Align extends Enum<RangeSelector.Align>
RangeSelector.setInputPositionAlign(org.moxieapps.gwt.highcharts.client.RangeSelector.Align) method.| Enum Constant and Description |
|---|
CENTER
Center the range selector input box
|
LEFT
Left align the range selector input box
|
RIGHT
Right align the range selector input box
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static RangeSelector.Align |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RangeSelector.Align[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RangeSelector.Align LEFT
public static final RangeSelector.Align CENTER
public static final RangeSelector.Align RIGHT
public static RangeSelector.Align[] values()
for (RangeSelector.Align c : RangeSelector.Align.values()) System.out.println(c);
public static RangeSelector.Align 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 toString()
toString in class Enum<RangeSelector.Align>Copyright © 2015. All Rights Reserved.