public static enum SectionNavigatorConfig.SectionNavigatorPosition extends Enum<SectionNavigatorConfig.SectionNavigatorPosition>
Enum Constant and Description |
---|
LEFT
Section Navigator positionned left: Section Navigator positionned
left
|
RIGHT
Section Navigator positionned right: Section Navigator
positionned right
|
TOP
Section Navigator positionned top: Section Navigator positionned
top
|
Modifier and Type | Method and Description |
---|---|
static SectionNavigatorConfig.SectionNavigatorPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SectionNavigatorConfig.SectionNavigatorPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SectionNavigatorConfig.SectionNavigatorPosition LEFT
public static final SectionNavigatorConfig.SectionNavigatorPosition RIGHT
public static final SectionNavigatorConfig.SectionNavigatorPosition TOP
public static SectionNavigatorConfig.SectionNavigatorPosition[] values()
for (SectionNavigatorConfig.SectionNavigatorPosition c : SectionNavigatorConfig.SectionNavigatorPosition.values()) System.out.println(c);
public static SectionNavigatorConfig.SectionNavigatorPosition 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 © 2016. All rights reserved.